#484008

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

Shades of Madras #484008

Tints of Madras #484008

Color information

#484008 (or 0x484008) is unknown color: approx Madras. HEX triplet: 48, 40 and 08. RGB value is (72,64,8). Sum of RGB (Red+Green+Blue) = 72+64+8=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484008 is #B7BFF7. Grayscale: #3C3C3C. Windows color (decimal): -12042232 or 540744. OLE color: 540744.

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

Color convert

RGB72648-
CMYK00.110.890.72
HSL52.5º80%15.69%-
HSV(B)52.5º88.89%28.24%-
XYZ4.555.060.97-
YUV60.0198.65136.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=50%
G=44.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264800.110.890.7252.58015.69
Hex484080B5948345010
Octal110100100131311106412020
Binary1001000100000010000101110110011001000110100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484008; }

 p { color: rgb(72,64,8); }

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

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

 a { background-color: rgb(72,64,8); }

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

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

 span { border-color: rgb(72,64,8); }

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