#523D0D

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

Shades of Madras #523D0D

Tints of Madras #523D0D

Color information

#523D0D (or 0x523D0D) is unknown color: approx Madras. HEX triplet: 52, 3D and 0D. RGB value is (82,61,13). Sum of RGB (Red+Green+Blue) = 82+61+13=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D0D is #ADC2F2. Grayscale: #3E3E3E. Windows color (decimal): -11387635 or 867666. OLE color: 867666.

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

Color convert

RGB826113-
CMYK00.260.840.68
HSL41.74º72.63%18.63%-
HSV(B)41.74º84.15%32.16%-
XYZ5.225.161.1-
YUV61.81100.46142.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 61 (24.22% from 255) = 39.10%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=52.56%
G=39.10%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82611300.260.840.6841.7472.6318.63
Hex523DD01A54442a4913
Octal12275150321241045211123
Binary1010010111101110101101010101001000100101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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