Html Css Color HEX #513B03 Madras

📋 copy color: '#513B03'

red 81 ◦ green 59 ◦ blue 3

#513B03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #513B03

Tints of Madras #513B03

RGB

 RED value IS 81 (32.03% from 255) = 56.64%

 GREEN value IS 59 (23.44% from 255) = 41.26%

 BLUE value IS 3 (1.56% from 255) = 2.1%

R = 56.64%
G = 41.26%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#513B03 (or 0x513B03) is known color: Madras. HEX triplet: 51, 3B and 03. RGB value is (81,59,3). Sum of RGB (Red+Green+Blue) = 81+59+3=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B03 is #AEC4FC. Grayscale: #3B3B3B. Windows color (decimal): -11453693 or 211793. OLE color: 211793.

HSL color Cylindrical-coordinate representation of color #513B03: hue angle of 43.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #513B03 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 3 -
CMYK 0 0.27 0.96 0.68
HSL 43.08º 0.93% 0.16% -
HSV(B) 43.08º 0.96% 0.32% -
XYZ 4.97 4.88 0.77 -
YUV 59.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 81 59 3 0 0.27 0.96 0.68 43.08 0.93 0.16
Hex 51 3B 3 0 1B 60 44 2B 5D 10
Octal 121 73 3 0 33 140 104 53 135 20
Binary 1010001 111011 11 0 11011 1100000 1000100 101011 1011101 10000

Color Harmonies of #513B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B03

Black with #513B03

Text Example


Text Example

White with #513B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513B03; }

 p { color: rgb(81,59,3); }

 H1.HeaderClassName
 {
   color: #513B03;
 }
 .AnyTagClassName
 {
   color: #513B03;
 }
</style>

background-color css

<style>
 a { background-color: #513B03; }

 a { background-color: rgb(81,59,3); }

 div.DivClassName
 {
   background-color: #513B03;
 }
 .BgClassName
 {
   background-color: #513B03;
 }
</style>

border-color css

<style>
 span { border-color: #513B03; }

 span { border-color: rgb(81,59,3); }

 td.TdClassName
 {
   border-color: #513B03;
 }
 .TagClassName
 {
   border-color: #513B03;
 }
</style>