#534215

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

Shades of Madras #534215

Tints of Madras #534215

Color information

#534215 (or 0x534215) is unknown color: approx Madras. HEX triplet: 53, 42 and 15. RGB value is (83,66,21). Sum of RGB (Red+Green+Blue) = 83+66+21=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534215 is #ACBDEA. Grayscale: #424242. Windows color (decimal): -11320811 or 1393235. OLE color: 1393235.

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

Color convert

RGB836621-
CMYK00.200.750.67
HSL43.55º59.62%20.39%-
HSV(B)43.55º74.7%32.55%-
XYZ5.655.791.53-
YUV65.95102.63140.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=48.82%
G=38.82%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83662100.200.750.6743.5559.6220.39
Hex5342150144B432c3c14
Octal12310225024113103547424
Binary10100111000010101010101001001011100001110110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534215; }

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

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

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

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

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

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

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

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