#484204

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

Shades of Madras #484204

Tints of Madras #484204

Color information

#484204 (or 0x484204) is unknown color: approx Madras. HEX triplet: 48, 42 and 04. RGB value is (72,66,4). Sum of RGB (Red+Green+Blue) = 72+66+4=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484204 is #B7BDFB. Grayscale: #3C3C3C. Windows color (decimal): -12041724 or 279112. OLE color: 279112.

HSL color Cylindrical-coordinate representation of color #484204: hue angle of 54.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #484204 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72664-
CMYK00.080.940.72
HSL54.71º89.47%14.9%-
HSV(B)54.71º94.44%28.24%-
XYZ4.645.280.89-
YUV60.7395.99136.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=50.70%
G=46.48%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266400.080.940.7254.7189.4714.9
Hex48424085E483759f
Octal11010240101361106713117
Binary10010001000010100010001011110100100011011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484204; }

 p { color: rgb(72,66,4); }

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

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

 a { background-color: rgb(72,66,4); }

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

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

 span { border-color: rgb(72,66,4); }

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