#523C0C

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

Shades of Madras #523C0C

Tints of Madras #523C0C

Color information

#523C0C (or 0x523C0C) is unknown color: approx Madras. HEX triplet: 52, 3C and 0C. RGB value is (82,60,12). Sum of RGB (Red+Green+Blue) = 82+60+12=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0C is #ADC3F3. Grayscale: #3D3D3D. Windows color (decimal): -11387892 or 801874. OLE color: 801874.

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

Color convert

RGB826012-
CMYK00.270.850.68
HSL41.14º74.47%18.43%-
HSV(B)41.14º85.37%32.16%-
XYZ5.165.051.05-
YUV61.11100.29142.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=53.25%
G=38.96%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82601200.270.850.6841.1474.4718.43
Hex523CC01B5544294a12
Octal12274140331251045111222
Binary1010010111100110001101110101011000100101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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