#534205

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

Shades of Madras #534205

Tints of Madras #534205

Color information

#534205 (or 0x534205) is unknown color: approx Madras. HEX triplet: 53, 42 and 05. RGB value is (83,66,5). Sum of RGB (Red+Green+Blue) = 83+66+5=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534205 is #ACBDFA. Grayscale: #404040. Windows color (decimal): -11320827 or 344659. OLE color: 344659.

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

Color convert

RGB83665-
CMYK00.200.940.67
HSL46.92º88.64%17.25%-
HSV(B)46.92º93.98%32.55%-
XYZ5.545.750.96-
YUV64.1394.63141.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=53.90%
G=42.86%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366500.200.940.6746.9288.6417.25
Hex534250145E432f5911
Octal12310250241361035713121
Binary1010011100001010101010010111101000011101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534205; }

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

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

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

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

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

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

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

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