#484015

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

Shades of Madras #484015

Tints of Madras #484015

Color information

#484015 (or 0x484015) is unknown color: approx Madras. HEX triplet: 48, 40 and 15. RGB value is (72,64,21). Sum of RGB (Red+Green+Blue) = 72+64+21=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484015 is #B7BFEA. Grayscale: #3D3D3D. Windows color (decimal): -12042219 or 1392712. OLE color: 1392712.

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

Color convert

RGB726421-
CMYK00.110.710.72
HSL50.59º54.84%18.24%-
HSV(B)50.59º70.83%28.24%-
XYZ4.645.11.45-
YUV61.49105.15135.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=45.86%
G=40.76%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72642100.110.710.7250.5954.8418.24
Hex4840150B4748333712
Octal11010025013107110636722
Binary1001000100000010101010111000111100100011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484015; }

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

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

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

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

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

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

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

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