#534012

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

Shades of Madras #534012

Tints of Madras #534012

Color information

#534012 (or 0x534012) is unknown color: approx Madras. HEX triplet: 53, 40 and 12. RGB value is (83,64,18). Sum of RGB (Red+Green+Blue) = 83+64+18=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534012 is #ACBFED. Grayscale: #404040. Windows color (decimal): -11321326 or 1196115. OLE color: 1196115.

HSL color Cylindrical-coordinate representation of color #534012: hue angle of 42.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #534012 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB836418-
CMYK00.230.780.67
HSL42.46º64.36%19.8%-
HSV(B)42.46º78.31%32.55%-
XYZ5.515.551.35-
YUV64.44101.79141.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=50.30%
G=38.79%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83641800.230.780.6742.4664.3619.8
Hex5340120174E432a4014
Octal123100220271161035210024
Binary101001110000001001001011110011101000011101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534012; }

 p { color: rgb(83,64,18); }

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

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

 a { background-color: rgb(83,64,18); }

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

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

 span { border-color: rgb(83,64,18); }

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