Html Css Color HEX #564007 Madras

📋 copy color: '#564007'

red 86 ◦ green 64 ◦ blue 7

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

Shades of Madras #564007

Tints of Madras #564007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 54.78%
G = 40.76%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#564007 (or 0x564007) is known color: Madras. HEX triplet: 56, 40 and 07. RGB value is (86,64,7). Sum of RGB (Red+Green+Blue) = 86+64+7=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564007 is #A9BFF8. Grayscale: #404040. Windows color (decimal): -11124729 or 475222. OLE color: 475222.

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

Color convert

RGB 86 64 7 -
CMYK 0 0.26 0.92 0.66
HSL 43.29º 0.85% 0.18% -
HSV(B) 43.29º 0.92% 0.34% -
XYZ 5.71 5.66 0.99 -
YUV 64.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 86 64 7 0 0.26 0.92 0.66 43.29 0.85 0.18
Hex 56 40 7 0 1A 5C 42 2B 55 12
Octal 126 100 7 0 32 134 102 53 125 22
Binary 1010110 1000000 111 0 11010 1011100 1000010 101011 1010101 10010

Color Harmonies of #564007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564007

Black with #564007

Text Example


Text Example

White with #564007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564007; }

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

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

background-color css

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

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

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

border-color css

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

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

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