#523C07

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

Shades of Madras #523C07

Tints of Madras #523C07

Color information

#523C07 (or 0x523C07) is unknown color: approx Madras. HEX triplet: 52, 3C and 07. RGB value is (82,60,7). Sum of RGB (Red+Green+Blue) = 82+60+7=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C07 is #ADC3F8. Grayscale: #3C3C3C. Windows color (decimal): -11387897 or 474194. OLE color: 474194.

HSL color Cylindrical-coordinate representation of color #523C07: hue angle of 42.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #523C07 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82607-
CMYK00.270.910.68
HSL42.4º84.27%17.45%-
HSV(B)42.4º91.46%32.16%-
XYZ5.135.040.9-
YUV60.5497.79143.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=55.03%
G=40.27%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8260700.270.910.6842.484.2717.45
Hex523C701B5B442a5411
Octal1227470331331045212421
Binary101001011110011101101110110111000100101010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,7); }

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

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

 a { background-color: rgb(82,60,7); }

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

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

 span { border-color: rgb(82,60,7); }

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