#524011

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

Shades of Madras #524011

Tints of Madras #524011

Color information

#524011 (or 0x524011) is unknown color: approx Madras. HEX triplet: 52, 40 and 11. RGB value is (82,64,17). Sum of RGB (Red+Green+Blue) = 82+64+17=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #524011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524011 is #ADBFEE. Grayscale: #404040. Windows color (decimal): -11386863 or 1130578. OLE color: 1130578.

HSL color Cylindrical-coordinate representation of color #524011: hue angle of 43.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #524011 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB826417-
CMYK00.220.790.68
HSL43.38º65.66%19.41%-
HSV(B)43.38º79.27%32.16%-
XYZ5.415.51.31-
YUV64.02101.46140.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=50.31%
G=39.26%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82641700.220.790.6843.3865.6619.41
Hex5240110164F442b4213
Octal122100210261171045310223
Binary101001010000001000101011010011111000100101011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524011; }

 p { color: rgb(82,64,17); }

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

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

 a { background-color: rgb(82,64,17); }

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

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

 span { border-color: rgb(82,64,17); }

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