Html Css Color HEX #564001 Madras

📋 copy color: '#564001'

red 86 ◦ green 64 ◦ blue 1

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

Shades of Madras #564001

Tints of Madras #564001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 56.95%
G = 42.38%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564001 (or 0x564001) is known color: Madras. HEX triplet: 56, 40 and 01. RGB value is (86,64,1). Sum of RGB (Red+Green+Blue) = 86+64+1=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #564001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564001 is #A9BFFE. Grayscale: #3F3F3F. Windows color (decimal): -11124735 or 82006. OLE color: 82006.

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

Color convert

RGB 86 64 1 -
CMYK 0 0.26 0.99 0.66
HSL 44.47º 0.98% 0.17% -
HSV(B) 44.47º 0.99% 0.34% -
XYZ 5.68 5.65 0.82 -
YUV 63.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 86 64 1 0 0.26 0.99 0.66 44.47 0.98 0.17
Hex 56 40 1 0 1A 63 42 2C 62 11
Octal 126 100 1 0 32 143 102 54 142 21
Binary 1010110 1000000 1 0 11010 1100011 1000010 101100 1100010 10001

Color Harmonies of #564001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564001

Black with #564001

Text Example


Text Example

White with #564001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564001; }

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

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

background-color css

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

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

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

border-color css

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

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

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