#523C0D

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

Shades of Madras #523C0D

Tints of Madras #523C0D

Color information

#523C0D (or 0x523C0D) is unknown color: approx Madras. HEX triplet: 52, 3C and 0D. RGB value is (82,60,13). Sum of RGB (Red+Green+Blue) = 82+60+13=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0D is #ADC3F2. Grayscale: #3D3D3D. Windows color (decimal): -11387891 or 867410. OLE color: 867410.

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

Color convert

RGB826013-
CMYK00.270.840.68
HSL40.87º72.63%18.63%-
HSV(B)40.87º84.15%32.16%-
XYZ5.175.051.08-
YUV61.22100.79142.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=52.90%
G=38.71%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82601300.270.840.6840.8772.6318.63
Hex523CD01B5444294913
Octal12274150331241045111123
Binary1010010111100110101101110101001000100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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