#484304

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

Shades of Madras #484304

Tints of Madras #484304

Color information

#484304 (or 0x484304) is unknown color: approx Madras. HEX triplet: 48, 43 and 04. RGB value is (72,67,4). Sum of RGB (Red+Green+Blue) = 72+67+4=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484304 is #B7BCFB. Grayscale: #3D3D3D. Windows color (decimal): -12041468 or 279368. OLE color: 279368.

HSL color Cylindrical-coordinate representation of color #484304: hue angle of 55.59º 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 #484304 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72674-
CMYK00.070.940.72
HSL55.59º89.47%14.9%-
HSV(B)55.59º94.44%28.24%-
XYZ4.75.40.91-
YUV61.3195.66135.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=50.35%
G=46.85%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267400.070.940.7255.5989.4714.9
Hex48434075E483859f
Octal1101034071361107013117
Binary1001000100001110001111011110100100011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484304; }

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

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

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

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

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

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

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

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