#524508

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

Shades of Madras #524508

Tints of Madras #524508

Color information

#524508 (or 0x524508) is unknown color: approx Madras. HEX triplet: 52, 45 and 08. RGB value is (82,69,8). Sum of RGB (Red+Green+Blue) = 82+69+8=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524508 is #ADBAF7. Grayscale: #424242. Windows color (decimal): -11385592 or 542034. OLE color: 542034.

HSL color Cylindrical-coordinate representation of color #524508: hue angle of 49.46º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524508 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82698-
CMYK00.160.900.68
HSL49.46º82.22%17.65%-
HSV(B)49.46º90.24%32.16%-
XYZ5.656.071.1-
YUV65.9395.31139.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=51.57%
G=43.40%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8269800.160.900.6849.4682.2217.65
Hex524580105A44315212
Octal122105100201321046112222
Binary10100101000101100001000010110101000100110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524508; }

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

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

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

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

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

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

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

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