Html Css Color HEX #564012 Madras

📋 copy color: '#564012'

red 86 ◦ green 64 ◦ blue 18

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

Shades of Madras #564012

Tints of Madras #564012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 51.19%
G = 38.1%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564012 (or 0x564012) is known color: Madras. HEX triplet: 56, 40 and 12. RGB value is (86,64,18). Sum of RGB (Red+Green+Blue) = 86+64+18=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564012 is #A9BFED. Grayscale: #414141. Windows color (decimal): -11124718 or 1196118. OLE color: 1196118.

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

Color convert

RGB 86 64 18 -
CMYK 0 0.26 0.79 0.66
HSL 40.59º 0.65% 0.2% -
HSV(B) 40.59º 0.79% 0.34% -
XYZ 5.78 5.69 1.37 -
YUV 65.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 86 64 18 0 0.26 0.79 0.66 40.59 0.65 0.2
Hex 56 40 12 0 1A 4F 42 29 41 14
Octal 126 100 22 0 32 117 102 51 101 24
Binary 1010110 1000000 10010 0 11010 1001111 1000010 101001 1000001 10100

Color Harmonies of #564012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564012

Black with #564012

Text Example


Text Example

White with #564012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564012; }

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

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

background-color css

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

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

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

border-color css

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

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

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