#523E16

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

Shades of Madras #523E16

Tints of Madras #523E16

Color information

#523E16 (or 0x523E16) is unknown color: approx Madras. HEX triplet: 52, 3E and 16. RGB value is (82,62,22). Sum of RGB (Red+Green+Blue) = 82+62+22=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E16 is #ADC1E9. Grayscale: #3F3F3F. Windows color (decimal): -11387370 or 1457746. OLE color: 1457746.

HSL color Cylindrical-coordinate representation of color #523E16: hue angle of 40º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523E16 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB826222-
CMYK00.240.730.68
HSL40º57.69%20.39%-
HSV(B)40º73.17%32.16%-
XYZ5.355.31.5-
YUV63.42104.63141.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=49.40%
G=37.35%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82622200.240.730.684057.6920.39
Hex523E160184944283a14
Octal1227626030111104507224
Binary1010010111110101100110001001001100010010100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E16; }

 p { color: rgb(82,62,22); }

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

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

 a { background-color: rgb(82,62,22); }

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

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

 span { border-color: rgb(82,62,22); }

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