#523B0C

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

Shades of Madras #523B0C

Tints of Madras #523B0C

Color information

#523B0C (or 0x523B0C) is unknown color: approx Madras. HEX triplet: 52, 3B and 0C. RGB value is (82,59,12). Sum of RGB (Red+Green+Blue) = 82+59+12=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B0C is #ADC4F3. Grayscale: #3C3C3C. Windows color (decimal): -11388148 or 801618. OLE color: 801618.

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

Color convert

RGB825912-
CMYK00.280.850.68
HSL40.29º74.47%18.43%-
HSV(B)40.29º85.37%32.16%-
XYZ5.114.951.03-
YUV60.52100.62143.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=53.59%
G=38.56%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82591200.280.850.6840.2974.4718.43
Hex523BC01C5544284a12
Octal12273140341251045011222
Binary1010010111011110001110010101011000100101000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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