#484210

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

Shades of Madras #484210

Tints of Madras #484210

Color information

#484210 (or 0x484210) is unknown color: approx Madras. HEX triplet: 48, 42 and 10. RGB value is (72,66,16). Sum of RGB (Red+Green+Blue) = 72+66+16=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #484210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484210 is #B7BDEF. Grayscale: #3E3E3E. Windows color (decimal): -12041712 or 1065544. OLE color: 1065544.

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

Color convert

RGB726616-
CMYK00.080.780.72
HSL53.57º63.64%17.25%-
HSV(B)53.57º77.78%28.24%-
XYZ4.715.311.27-
YUV62.09101.99135.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=46.75%
G=42.86%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72661600.080.780.7253.5763.6417.25
Hex484210084E48364011
Octal110102200101161106610021
Binary10010001000010100000100010011101001000110110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484210; }

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

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

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

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

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

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

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

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