#524221

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

Shades of Madras #524221

Tints of Madras #524221

Color information

#524221 (or 0x524221) is unknown color: approx Madras. HEX triplet: 52, 42 and 21. RGB value is (82,66,33). Sum of RGB (Red+Green+Blue) = 82+66+33=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #524221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524221 is #ADBDDE. Grayscale: #434343. Windows color (decimal): -11386335 or 2179666. OLE color: 2179666.

HSL color Cylindrical-coordinate representation of color #524221: hue angle of 40.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524221 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB826633-
CMYK00.200.600.68
HSL40.41º42.61%22.55%-
HSV(B)40.41º59.76%32.16%-
XYZ5.75.82.26-
YUV67.02108.8138.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=45.30%
G=36.46%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82663300.200.600.6840.4142.6122.55
Hex5242210143C44282b17
Octal1221024102474104505327
Binary10100101000010100001010100111100100010010100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524221; }

 p { color: rgb(82,66,33); }

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

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

 a { background-color: rgb(82,66,33); }

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

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

 span { border-color: rgb(82,66,33); }

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