#564103

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

Shades of Madras #564103

Tints of Madras #564103

Color information

#564103 (or 0x564103) is unknown color: approx Madras. HEX triplet: 56, 41 and 03. RGB value is (86,65,3). Sum of RGB (Red+Green+Blue) = 86+65+3=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #564103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564103 is #A9BEFC. Grayscale: #404040. Windows color (decimal): -11124477 or 213334. OLE color: 213334.

HSL color Cylindrical-coordinate representation of color #564103: hue angle of 44.82º 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 #564103 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86653-
CMYK00.240.970.66
HSL44.82º93.26%17.45%-
HSV(B)44.82º96.51%33.73%-
XYZ5.745.770.9-
YUV64.2193.46143.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=55.84%
G=42.21%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665300.240.970.6644.8293.2617.45
Hex5641301861422d5d11
Octal12610130301411025513521
Binary101011010000011101100011000011000010101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564103; }

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

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

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

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

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

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

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

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