#523F11

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

Shades of Madras #523F11

Tints of Madras #523F11

Color information

#523F11 (or 0x523F11) is unknown color: approx Madras. HEX triplet: 52, 3F and 11. RGB value is (82,63,17). Sum of RGB (Red+Green+Blue) = 82+63+17=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F11 is #ADC0EE. Grayscale: #3F3F3F. Windows color (decimal): -11387119 or 1130322. OLE color: 1130322.

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

Color convert

RGB826317-
CMYK00.230.790.68
HSL42.46º65.66%19.41%-
HSV(B)42.46º79.27%32.16%-
XYZ5.365.391.29-
YUV63.44101.79141.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=50.62%
G=38.89%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82631700.230.790.6842.4665.6619.41
Hex523F110174F442a4213
Octal12277210271171045210223
Binary10100101111111000101011110011111000100101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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