#534206

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

Shades of Madras #534206

Tints of Madras #534206

Color information

#534206 (or 0x534206) is unknown color: approx Madras. HEX triplet: 53, 42 and 06. RGB value is (83,66,6). Sum of RGB (Red+Green+Blue) = 83+66+6=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534206 is #ACBDF9. Grayscale: #404040. Windows color (decimal): -11320826 or 410195. OLE color: 410195.

HSL color Cylindrical-coordinate representation of color #534206: hue angle of 46.75º 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 #534206 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83666-
CMYK00.200.930.67
HSL46.75º86.52%17.45%-
HSV(B)46.75º92.77%32.55%-
XYZ5.555.750.99-
YUV64.2495.13141.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=53.55%
G=42.58%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366600.200.930.6746.7586.5217.45
Hex534260145D432f5711
Octal12310260241351035712721
Binary1010011100001011001010010111011000011101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534206; }

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

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

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

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

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

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

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

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