#484020

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

Shades of Madras #484020

Tints of Madras #484020

Color information

#484020 (or 0x484020) is unknown color: approx Madras. HEX triplet: 48, 40 and 20. RGB value is (72,64,32). Sum of RGB (Red+Green+Blue) = 72+64+32=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #484020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484020 is #B7BFDF. Grayscale: #3E3E3E. Windows color (decimal): -12042208 or 2113608. OLE color: 2113608.

HSL color Cylindrical-coordinate representation of color #484020: hue angle of 48º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484020 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB726432-
CMYK00.110.560.72
HSL48º38.46%20.39%-
HSV(B)48º55.56%28.24%-
XYZ4.775.152.11-
YUV62.74110.65134.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72643200.110.560.724838.4620.39
Hex4840200B3848302614
Octal1101004001370110604624
Binary1001000100000010000001011111000100100011000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484020; }

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

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

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

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

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

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

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

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