Html Css Color HEX #56400B Madras

📋 copy color: '#56400B'

red 86 ◦ green 64 ◦ blue 11

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

Shades of Madras #56400B

Tints of Madras #56400B

RGB

 RED value IS 86 (33.98% from 255) = 53.42%

 GREEN value IS 64 (25.39% from 255) = 39.75%

 BLUE value IS 11 (4.69% from 255) = 6.83%

R = 53.42%
G = 39.75%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56400B (or 0x56400B) is known color: Madras. HEX triplet: 56, 40 and 0B. RGB value is (86,64,11). Sum of RGB (Red+Green+Blue) = 86+64+11=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56400B is #A9BFF4. Grayscale: #404040. Windows color (decimal): -11124725 or 737366. OLE color: 737366.

HSL color Cylindrical-coordinate representation of color #56400B: hue angle of 42.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56400B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 11 -
CMYK 0 0.26 0.87 0.66
HSL 42.4º 0.77% 0.19% -
HSV(B) 42.4º 0.87% 0.34% -
XYZ 5.73 5.67 1.11 -
YUV 64.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 86 64 11 0 0.26 0.87 0.66 42.4 0.77 0.19
Hex 56 40 B 0 1A 57 42 2A 4D 13
Octal 126 100 13 0 32 127 102 52 115 23
Binary 1010110 1000000 1011 0 11010 1010111 1000010 101010 1001101 10011

Color Harmonies of #56400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56400B

Black with #56400B

Text Example


Text Example

White with #56400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56400B; }

 p { color: rgb(86,64,11); }

 H1.HeaderClassName
 {
   color: #56400B;
 }
 .AnyTagClassName
 {
   color: #56400B;
 }
</style>

background-color css

<style>
 a { background-color: #56400B; }

 a { background-color: rgb(86,64,11); }

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

border-color css

<style>
 span { border-color: #56400B; }

 span { border-color: rgb(86,64,11); }

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