#523E12

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

Shades of Madras #523E12

Tints of Madras #523E12

Color information

#523E12 (or 0x523E12) is unknown color: approx Madras. HEX triplet: 52, 3E and 12. RGB value is (82,62,18). Sum of RGB (Red+Green+Blue) = 82+62+18=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E12 is #ADC1ED. Grayscale: #3F3F3F. Windows color (decimal): -11387374 or 1195602. OLE color: 1195602.

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

Color convert

RGB826218-
CMYK00.240.780.68
HSL41.25º64%19.61%-
HSV(B)41.25º78.05%32.16%-
XYZ5.315.281.31-
YUV62.96102.63141.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=50.62%
G=38.27%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82621800.240.780.6841.256419.61
Hex523E120184E44294014
Octal12276220301161045110024
Binary10100101111101001001100010011101000100101001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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