#484515

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

Shades of Madras #484515

Tints of Madras #484515

Color information

#484515 (or 0x484515) is unknown color: approx Madras. HEX triplet: 48, 45 and 15. RGB value is (72,69,21). Sum of RGB (Red+Green+Blue) = 72+69+21=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484515 is #B7BAEA. Grayscale: #404040. Windows color (decimal): -12040939 or 1393992. OLE color: 1393992.

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

Color convert

RGB726921-
CMYK00.040.710.72
HSL56.47º54.84%18.24%-
HSV(B)56.47º70.83%28.24%-
XYZ4.945.691.55-
YUV64.42103.49133.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=44.44%
G=42.59%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72692100.040.710.7256.4754.8418.24
Hex484515044748383712
Octal1101052504107110706722
Binary100100010001011010101001000111100100011100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484515; }

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

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

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

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

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

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

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

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