#564102

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

Shades of Madras #564102

Tints of Madras #564102

Color information

#564102 (or 0x564102) is unknown color: approx Madras. HEX triplet: 56, 41 and 02. RGB value is (86,65,2). Sum of RGB (Red+Green+Blue) = 86+65+2=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #564102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564102 is #A9BEFD. Grayscale: #404040. Windows color (decimal): -11124478 or 147798. OLE color: 147798.

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

Color convert

RGB86652-
CMYK00.240.980.66
HSL45º95.45%17.25%-
HSV(B)45º97.67%33.73%-
XYZ5.745.760.87-
YUV64.192.96143.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=56.21%
G=42.48%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665200.240.980.664595.4517.25
Hex5641201862422d5f11
Octal12610120301421025513721
Binary101011010000011001100011000101000010101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564102; }

 p { color: rgb(86,65,2); }

 H1.HeaderClassName
 {
   color: #564102;
 }
 .AnyTagClassName
 {
   color: #564102;
 }
</style>
background-color css

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

 a { background-color: rgb(86,65,2); }

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

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

 span { border-color: rgb(86,65,2); }

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