Html Css Color HEX #564013 Madras

📋 copy color: '#564013'

red 86 ◦ green 64 ◦ blue 19

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

Shades of Madras #564013

Tints of Madras #564013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 50.89%
G = 37.87%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564013 (or 0x564013) is known color: Madras. HEX triplet: 56, 40 and 13. RGB value is (86,64,19). Sum of RGB (Red+Green+Blue) = 86+64+19=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564013 is #A9BFEC. Grayscale: #414141. Windows color (decimal): -11124717 or 1261654. OLE color: 1261654.

HSL color Cylindrical-coordinate representation of color #564013: hue angle of 40.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #564013 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 19 -
CMYK 0 0.26 0.78 0.66
HSL 40.3º 0.64% 0.21% -
HSV(B) 40.3º 0.78% 0.34% -
XYZ 5.79 5.69 1.41 -
YUV 65.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 86 64 19 0 0.26 0.78 0.66 40.3 0.64 0.21
Hex 56 40 13 0 1A 4E 42 28 40 15
Octal 126 100 23 0 32 116 102 50 100 25
Binary 1010110 1000000 10011 0 11010 1001110 1000010 101000 1000000 10101

Color Harmonies of #564013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564013

Black with #564013

Text Example


Text Example

White with #564013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564013; }

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

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

background-color css

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

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

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

border-color css

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

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

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