#523E0B

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

Shades of Madras #523E0B

Tints of Madras #523E0B

Color information

#523E0B (or 0x523E0B) is unknown color: approx Madras. HEX triplet: 52, 3E and 0B. RGB value is (82,62,11). Sum of RGB (Red+Green+Blue) = 82+62+11=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E0B is #ADC1F4. Grayscale: #3E3E3E. Windows color (decimal): -11387381 or 736850. OLE color: 736850.

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

Color convert

RGB826211-
CMYK00.240.870.68
HSL43.1º76.34%18.24%-
HSV(B)43.1º86.59%32.16%-
XYZ5.265.261.06-
YUV62.1799.13142.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=52.90%
G=40%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82621100.240.870.6843.176.3418.24
Hex523EB01857442b4c12
Octal12276130301271045311422
Binary1010010111110101101100010101111000100101011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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