Html Css Color HEX #564003 Madras

📋 copy color: '#564003'

red 86 ◦ green 64 ◦ blue 3

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

Shades of Madras #564003

Tints of Madras #564003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 56.21%
G = 41.83%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#564003 (or 0x564003) is known color: Madras. HEX triplet: 56, 40 and 03. RGB value is (86,64,3). Sum of RGB (Red+Green+Blue) = 86+64+3=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #564003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564003 is #A9BFFC. Grayscale: #3F3F3F. Windows color (decimal): -11124733 or 213078. OLE color: 213078.

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

Color convert

RGB 86 64 3 -
CMYK 0 0.26 0.97 0.66
HSL 44.1º 0.93% 0.17% -
HSV(B) 44.1º 0.97% 0.34% -
XYZ 5.69 5.65 0.88 -
YUV 63.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 86 64 3 0 0.26 0.97 0.66 44.1 0.93 0.17
Hex 56 40 3 0 1A 61 42 2C 5D 11
Octal 126 100 3 0 32 141 102 54 135 21
Binary 1010110 1000000 11 0 11010 1100001 1000010 101100 1011101 10001

Color Harmonies of #564003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564003

Black with #564003

Text Example


Text Example

White with #564003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564003; }

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

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

background-color css

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

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

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

border-color css

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

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

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