#524020

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

Shades of Madras #524020

Tints of Madras #524020

Color information

#524020 (or 0x524020) is unknown color: approx Madras. HEX triplet: 52, 40 and 20. RGB value is (82,64,32). Sum of RGB (Red+Green+Blue) = 82+64+32=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #524020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524020 is #ADBFDF. Grayscale: #414141. Windows color (decimal): -11386848 or 2113618. OLE color: 2113618.

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

Color convert

RGB826432-
CMYK00.220.610.68
HSL38.4º43.86%22.35%-
HSV(B)38.4º60.98%32.16%-
XYZ5.575.562.15-
YUV65.73108.96139.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=46.07%
G=35.96%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82643200.220.610.6838.443.8622.35
Hex5240200163D44262c16
Octal1221004002675104465426
Binary10100101000000100000010110111101100010010011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524020; }

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

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

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

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

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

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

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

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