Html Css Color HEX #564014 Madras

📋 copy color: '#564014'

red 86 ◦ green 64 ◦ blue 20

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

Shades of Madras #564014

Tints of Madras #564014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 50.59%
G = 37.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#564014 (or 0x564014) is known color: Madras. HEX triplet: 56, 40 and 14. RGB value is (86,64,20). Sum of RGB (Red+Green+Blue) = 86+64+20=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564014 is #A9BFEB. Grayscale: #414141. Windows color (decimal): -11124716 or 1327190. OLE color: 1327190.

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

Color convert

RGB 86 64 20 -
CMYK 0 0.26 0.77 0.66
HSL 40º 0.62% 0.21% -
HSV(B) 40º 0.77% 0.34% -
XYZ 5.8 5.7 1.46 -
YUV 65.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 86 64 20 0 0.26 0.77 0.66 40 0.62 0.21
Hex 56 40 14 0 1A 4D 42 28 3E 15
Octal 126 100 24 0 32 115 102 50 76 25
Binary 1010110 1000000 10100 0 11010 1001101 1000010 101000 111110 10101

Color Harmonies of #564014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564014

Black with #564014

Text Example


Text Example

White with #564014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564014; }

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

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

background-color css

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

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

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

border-color css

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

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

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