#524507

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

Shades of Madras #524507

Tints of Madras #524507

Color information

#524507 (or 0x524507) is unknown color: approx Madras. HEX triplet: 52, 45 and 07. RGB value is (82,69,7). Sum of RGB (Red+Green+Blue) = 82+69+7=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524507 is #ADBAF8. Grayscale: #424242. Windows color (decimal): -11385593 or 476498. OLE color: 476498.

HSL color Cylindrical-coordinate representation of color #524507: hue angle of 49.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #524507 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82697-
CMYK00.160.910.68
HSL49.6º84.27%17.45%-
HSV(B)49.6º91.46%32.16%-
XYZ5.656.071.07-
YUV65.8294.81139.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=51.90%
G=43.67%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8269700.160.910.6849.684.2717.45
Hex524570105B44325411
Octal12210570201331046212421
Binary1010010100010111101000010110111000100110010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524507; }

 p { color: rgb(82,69,7); }

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

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

 a { background-color: rgb(82,69,7); }

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

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

 span { border-color: rgb(82,69,7); }

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