#524304

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

Shades of Madras #524304

Tints of Madras #524304

Color information

#524304 (or 0x524304) is unknown color: approx Madras. HEX triplet: 52, 43 and 04. RGB value is (82,67,4). Sum of RGB (Red+Green+Blue) = 82+67+4=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524304 is #ADBCFB. Grayscale: #404040. Windows color (decimal): -11386108 or 279378. OLE color: 279378.

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

Color convert

RGB82674-
CMYK00.180.950.68
HSL48.46º90.7%16.86%-
HSV(B)48.46º95.12%32.16%-
XYZ5.515.820.95-
YUV64.393.97140.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=53.59%
G=43.79%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267400.180.950.6848.4690.716.86
Hex524340125F44305b11
Octal12210340221371046013321
Binary1010010100001110001001010111111000100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524304; }

 p { color: rgb(82,67,4); }

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

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

 a { background-color: rgb(82,67,4); }

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

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

 span { border-color: rgb(82,67,4); }

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