Html Css Color HEX #564002 Madras

📋 copy color: '#564002'

red 86 ◦ green 64 ◦ blue 2

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

Shades of Madras #564002

Tints of Madras #564002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 56.58%
G = 42.11%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#564002 (or 0x564002) is known color: Madras. HEX triplet: 56, 40 and 02. RGB value is (86,64,2). Sum of RGB (Red+Green+Blue) = 86+64+2=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #564002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564002 is #A9BFFD. Grayscale: #3F3F3F. Windows color (decimal): -11124734 or 147542. OLE color: 147542.

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

Color convert

RGB 86 64 2 -
CMYK 0 0.26 0.98 0.66
HSL 44.29º 0.95% 0.17% -
HSV(B) 44.29º 0.98% 0.34% -
XYZ 5.68 5.65 0.85 -
YUV 63.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 86 64 2 0 0.26 0.98 0.66 44.29 0.95 0.17
Hex 56 40 2 0 1A 62 42 2C 5F 11
Octal 126 100 2 0 32 142 102 54 137 21
Binary 1010110 1000000 10 0 11010 1100010 1000010 101100 1011111 10001

Color Harmonies of #564002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564002

Black with #564002

Text Example


Text Example

White with #564002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564002; }

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

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

background-color css

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

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

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

border-color css

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

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

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