#534211

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

Shades of Madras #534211

Tints of Madras #534211

Color information

#534211 (or 0x534211) is unknown color: approx Madras. HEX triplet: 53, 42 and 11. RGB value is (83,66,17). Sum of RGB (Red+Green+Blue) = 83+66+17=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534211 is #ACBDEE. Grayscale: #414141. Windows color (decimal): -11320815 or 1131091. OLE color: 1131091.

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

Color convert

RGB836617-
CMYK00.200.800.67
HSL44.55º66%19.61%-
HSV(B)44.55º79.52%32.55%-
XYZ5.625.781.35-
YUV65.5100.63140.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=50%
G=39.76%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83661700.200.800.6744.556619.61
Hex53421101450432d4214
Octal123102210241201035510224
Binary101001110000101000101010010100001000011101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534211; }

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

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

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

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

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

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

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

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