#523B0B

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

Shades of Madras #523B0B

Tints of Madras #523B0B

Color information

#523B0B (or 0x523B0B) is unknown color: approx Madras. HEX triplet: 52, 3B and 0B. RGB value is (82,59,11). Sum of RGB (Red+Green+Blue) = 82+59+11=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #523B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B0B is #ADC4F4. Grayscale: #3C3C3C. Windows color (decimal): -11388149 or 736082. OLE color: 736082.

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

Color convert

RGB825911-
CMYK00.280.870.68
HSL40.56º76.34%18.24%-
HSV(B)40.56º86.59%32.16%-
XYZ5.14.951-
YUV60.4100.12143.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=53.95%
G=38.82%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82591100.280.870.6840.5676.3418.24
Hex523BB01C5744294c12
Octal12273130341271045111422
Binary1010010111011101101110010101111000100101001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,11); }

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

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

 a { background-color: rgb(82,59,11); }

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

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

 span { border-color: rgb(82,59,11); }

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