#484415

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

Shades of Madras #484415

Tints of Madras #484415

Color information

#484415 (or 0x484415) is unknown color: approx Madras. HEX triplet: 48, 44 and 15. RGB value is (72,68,21). Sum of RGB (Red+Green+Blue) = 72+68+21=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484415 is #B7BBEA. Grayscale: #404040. Windows color (decimal): -12041195 or 1393736. OLE color: 1393736.

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

Color convert

RGB726821-
CMYK00.060.710.72
HSL55.29º54.84%18.24%-
HSV(B)55.29º70.83%28.24%-
XYZ4.875.571.53-
YUV63.84103.83133.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=44.72%
G=42.24%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72682100.060.710.7255.2954.8418.24
Hex484415064748373712
Octal1101042506107110676722
Binary100100010001001010101101000111100100011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484415; }

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

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

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

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

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

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

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

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