#564014

Color #564014 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #564014

Tints of Madras #564014

Color information

#564014 (or 0x564014) is unknown color: approx 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

RGB866420-
CMYK00.260.770.66
HSL40º62.26%20.78%-
HSV(B)40º76.74%33.73%-
XYZ5.85.71.46-
YUV65.56102.29142.58-

RGB Variations

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

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.20% from 255) = 11.76%
R=50.59%
G=37.65%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86642000.260.770.664062.2620.78
Hex56401401A4D42283e15
Octal12610024032115102507625
Binary10101101000000101000110101001101100001010100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>