#524121

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

Shades of Madras #524121

Tints of Madras #524121

Color information

#524121 (or 0x524121) is unknown color: approx Madras. HEX triplet: 52, 41 and 21. RGB value is (82,65,33). Sum of RGB (Red+Green+Blue) = 82+65+33=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #524121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524121 is #ADBEDE. Grayscale: #424242. Windows color (decimal): -11386591 or 2179410. OLE color: 2179410.

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

Color convert

RGB826533-
CMYK00.210.600.68
HSL39.18º42.61%22.55%-
HSV(B)39.18º59.76%32.16%-
XYZ5.645.682.24-
YUV66.44109.13139.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=45.56%
G=36.11%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82653300.210.600.6839.1842.6122.55
Hex5241210153C44272b17
Octal1221014102574104475327
Binary10100101000001100001010101111100100010010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524121; }

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

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

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

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

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

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

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

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