#484514

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

Shades of Madras #484514

Tints of Madras #484514

Color information

#484514 (or 0x484514) is unknown color: approx Madras. HEX triplet: 48, 45 and 14. RGB value is (72,69,20). Sum of RGB (Red+Green+Blue) = 72+69+20=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484514 is #B7BAEB. Grayscale: #404040. Windows color (decimal): -12040940 or 1328456. OLE color: 1328456.

HSL color Cylindrical-coordinate representation of color #484514: hue angle of 56.54º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484514 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB726920-
CMYK00.040.720.72
HSL56.54º56.52%18.04%-
HSV(B)56.54º72.22%28.24%-
XYZ4.935.681.5-
YUV64.31102.99133.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=44.72%
G=42.86%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72692000.040.720.7256.5456.5218.04
Hex484514044848393912
Octal1101052404110110717122
Binary100100010001011010001001001000100100011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484514; }

 p { color: rgb(72,69,20); }

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

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

 a { background-color: rgb(72,69,20); }

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

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

 span { border-color: rgb(72,69,20); }

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