#523D0B

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

Shades of Madras #523D0B

Tints of Madras #523D0B

Color information

#523D0B (or 0x523D0B) is unknown color: approx Madras. HEX triplet: 52, 3D and 0B. RGB value is (82,61,11). Sum of RGB (Red+Green+Blue) = 82+61+11=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D0B is #ADC2F4. Grayscale: #3D3D3D. Windows color (decimal): -11387637 or 736594. OLE color: 736594.

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

Color convert

RGB826111-
CMYK00.260.870.68
HSL42.25º76.34%18.24%-
HSV(B)42.25º86.59%32.16%-
XYZ5.215.161.04-
YUV61.5899.46142.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=53.25%
G=39.61%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82611100.260.870.6842.2576.3418.24
Hex523DB01A57442a4c12
Octal12275130321271045211422
Binary1010010111101101101101010101111000100101010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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