#523C05

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

Shades of Madras #523C05

Tints of Madras #523C05

Color information

#523C05 (or 0x523C05) is unknown color: approx Madras. HEX triplet: 52, 3C and 05. RGB value is (82,60,5). Sum of RGB (Red+Green+Blue) = 82+60+5=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C05 is #ADC3FA. Grayscale: #3C3C3C. Windows color (decimal): -11387899 or 343122. OLE color: 343122.

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

Color convert

RGB82605-
CMYK00.270.940.68
HSL42.86º88.51%17.06%-
HSV(B)42.86º93.9%32.16%-
XYZ5.125.040.85-
YUV60.3196.79143.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=55.78%
G=40.82%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8260500.270.940.6842.8688.5117.06
Hex523C501B5E442b5911
Octal1227450331361045313121
Binary101001011110010101101110111101000100101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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