Html Css Color HEX #564200 Madras

📋 copy color: '#564200'

red 86 ◦ green 66 ◦ blue 0

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

Shades of Madras #564200

Tints of Madras #564200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.58%
G = 43.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564200 (or 0x564200) is known color: Madras. HEX triplet: 56, 42 and 00. RGB value is (86,66,0). Sum of RGB (Red+Green+Blue) = 86+66+0=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564200 is #A9BDFF. Grayscale: #404040. Windows color (decimal): -11124224 or 16982. OLE color: 16982.

HSL color Cylindrical-coordinate representation of color #564200: hue angle of 46.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #564200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 0 -
CMYK 0 0.23 1 0.66
HSL 46.05º 1% 0.17% -
HSV(B) 46.05º 1% 0.34% -
XYZ 5.79 5.87 0.83 -
YUV 64.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 86 66 0 0 0.23 1 0.66 46.05 1 0.17
Hex 56 42 0 0 17 64 42 2E 64 11
Octal 126 102 0 0 27 144 102 56 144 21
Binary 1010110 1000010 0 0 10111 1100100 1000010 101110 1100100 10001

Color Harmonies of #564200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564200

Black with #564200

Text Example


Text Example

White with #564200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564200; }

 p { color: rgb(86,66,0); }

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

background-color css

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

 a { background-color: rgb(86,66,0); }

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

border-color css

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

 span { border-color: rgb(86,66,0); }

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