#523F14

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

Shades of Madras #523F14

Tints of Madras #523F14

Color information

#523F14 (or 0x523F14) is unknown color: approx Madras. HEX triplet: 52, 3F and 14. RGB value is (82,63,20). Sum of RGB (Red+Green+Blue) = 82+63+20=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F14 is #ADC0EB. Grayscale: #3F3F3F. Windows color (decimal): -11387116 or 1326930. OLE color: 1326930.

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

Color convert

RGB826320-
CMYK00.230.760.68
HSL41.61º60.78%20%-
HSV(B)41.61º75.61%32.16%-
XYZ5.385.41.42-
YUV63.78103.29141-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=49.70%
G=38.18%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82632000.230.760.6841.6160.7820
Hex523F140174C442a3d14
Octal1227724027114104527524
Binary1010010111111101000101111001100100010010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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