#523E13

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

Shades of Madras #523E13

Tints of Madras #523E13

Color information

#523E13 (or 0x523E13) is unknown color: approx Madras. HEX triplet: 52, 3E and 13. RGB value is (82,62,19). Sum of RGB (Red+Green+Blue) = 82+62+19=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E13 is #ADC1EC. Grayscale: #3F3F3F. Windows color (decimal): -11387373 or 1261138. OLE color: 1261138.

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

Color convert

RGB826219-
CMYK00.240.770.68
HSL40.95º62.38%19.8%-
HSV(B)40.95º76.83%32.16%-
XYZ5.325.291.36-
YUV63.08103.13141.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=50.31%
G=38.04%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82621900.240.770.6840.9562.3819.8
Hex523E130184D44293e14
Octal1227623030115104517624
Binary1010010111110100110110001001101100010010100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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