#523F0B

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

Shades of Madras #523F0B

Tints of Madras #523F0B

Color information

#523F0B (or 0x523F0B) is unknown color: approx Madras. HEX triplet: 52, 3F and 0B. RGB value is (82,63,11). Sum of RGB (Red+Green+Blue) = 82+63+11=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F0B is #ADC0F4. Grayscale: #3E3E3E. Windows color (decimal): -11387125 or 737106. OLE color: 737106.

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

Color convert

RGB826311-
CMYK00.230.870.68
HSL43.94º76.34%18.24%-
HSV(B)43.94º86.59%32.16%-
XYZ5.325.371.07-
YUV62.7598.79141.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=52.56%
G=40.38%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82631100.230.870.6843.9476.3418.24
Hex523FB01757442c4c12
Octal12277130271271045411422
Binary1010010111111101101011110101111000100101100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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