#524411

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

Shades of Madras #524411

Tints of Madras #524411

Color information

#524411 (or 0x524411) is unknown color: approx Madras. HEX triplet: 52, 44 and 11. RGB value is (82,68,17). Sum of RGB (Red+Green+Blue) = 82+68+17=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524411 is #ADBBEE. Grayscale: #424242. Windows color (decimal): -11385839 or 1131602. OLE color: 1131602.

HSL color Cylindrical-coordinate representation of color #524411: hue angle of 47.08º 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 #524411 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB826817-
CMYK00.170.790.68
HSL47.08º65.66%19.41%-
HSV(B)47.08º79.27%32.16%-
XYZ5.655.971.38-
YUV66.37100.14139.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=49.10%
G=40.72%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82681700.170.790.6847.0865.6619.41
Hex5244110114F442f4213
Octal122104210211171045710223
Binary101001010001001000101000110011111000100101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524411; }

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

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

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

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

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

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

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

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