#523F0A

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

Shades of Madras #523F0A

Tints of Madras #523F0A

Color information

#523F0A (or 0x523F0A) is unknown color: approx Madras. HEX triplet: 52, 3F and 0A. RGB value is (82,63,10). Sum of RGB (Red+Green+Blue) = 82+63+10=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F0A is #ADC0F5. Grayscale: #3E3E3E. Windows color (decimal): -11387126 or 671570. OLE color: 671570.

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

Color convert

RGB826310-
CMYK00.230.880.68
HSL44.17º78.26%18.04%-
HSV(B)44.17º87.8%32.16%-
XYZ5.315.371.04-
YUV62.6498.29141.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=52.90%
G=40.65%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82631000.230.880.6844.1778.2618.04
Hex523FA01758442c4e12
Octal12277120271301045411622
Binary1010010111111101001011110110001000100101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,10); }

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

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

 a { background-color: rgb(82,63,10); }

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

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

 span { border-color: rgb(82,63,10); }

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