#534106

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

Shades of Madras #534106

Tints of Madras #534106

Color information

#534106 (or 0x534106) is unknown color: approx Madras. HEX triplet: 53, 41 and 06. RGB value is (83,65,6). Sum of RGB (Red+Green+Blue) = 83+65+6=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534106 is #ACBEF9. Grayscale: #3F3F3F. Windows color (decimal): -11321082 or 409939. OLE color: 409939.

HSL color Cylindrical-coordinate representation of color #534106: hue angle of 45.97º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534106 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83656-
CMYK00.220.930.67
HSL45.97º86.52%17.45%-
HSV(B)45.97º92.77%32.55%-
XYZ5.495.630.97-
YUV63.6695.46141.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=53.90%
G=42.21%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365600.220.930.6745.9786.5217.45
Hex534160165D432e5711
Octal12310160261351035612721
Binary1010011100000111001011010111011000011101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534106; }

 p { color: rgb(83,65,6); }

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

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

 a { background-color: rgb(83,65,6); }

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

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

 span { border-color: rgb(83,65,6); }

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