#484010

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

Shades of Madras #484010

Tints of Madras #484010

Color information

#484010 (or 0x484010) is unknown color: approx Madras. HEX triplet: 48, 40 and 10. RGB value is (72,64,16). Sum of RGB (Red+Green+Blue) = 72+64+16=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #484010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484010 is #B7BFEF. Grayscale: #3D3D3D. Windows color (decimal): -12042224 or 1065032. OLE color: 1065032.

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

Color convert

RGB726416-
CMYK00.110.780.72
HSL51.43º63.64%17.25%-
HSV(B)51.43º77.78%28.24%-
XYZ4.65.081.23-
YUV60.92102.65135.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72641600.110.780.7251.4363.6417.25
Hex4840100B4E48334011
Octal110100200131161106310021
Binary10010001000000100000101110011101001000110011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484010; }

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

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

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

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

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

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

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

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