#523F12

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

Shades of Madras #523F12

Tints of Madras #523F12

Color information

#523F12 (or 0x523F12) is unknown color: approx Madras. HEX triplet: 52, 3F and 12. RGB value is (82,63,18). Sum of RGB (Red+Green+Blue) = 82+63+18=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F12 is #ADC0ED. Grayscale: #3F3F3F. Windows color (decimal): -11387118 or 1195858. OLE color: 1195858.

HSL color Cylindrical-coordinate representation of color #523F12: hue angle of 42.19º 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 #523F12 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB826318-
CMYK00.230.780.68
HSL42.19º64%19.61%-
HSV(B)42.19º78.05%32.16%-
XYZ5.375.391.33-
YUV63.55102.29141.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=50.31%
G=38.65%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82631800.230.780.6842.196419.61
Hex523F120174E442a4014
Octal12277220271161045210024
Binary10100101111111001001011110011101000100101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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