#484121

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

Shades of Madras #484121

Tints of Madras #484121

Color information

#484121 (or 0x484121) is unknown color: approx Madras. HEX triplet: 48, 41 and 21. RGB value is (72,65,33). Sum of RGB (Red+Green+Blue) = 72+65+33=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #484121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484121 is #B7BEDE. Grayscale: #3F3F3F. Windows color (decimal): -12041951 or 2179400. OLE color: 2179400.

HSL color Cylindrical-coordinate representation of color #484121: hue angle of 49.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484121 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB726533-
CMYK00.100.540.72
HSL49.23º37.14%20.59%-
HSV(B)49.23º54.17%28.24%-
XYZ4.845.272.2-
YUV63.44110.82134.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=42.35%
G=38.24%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72653300.100.540.7249.2337.1420.59
Hex4841210A3648312515
Octal1101014101266110614525
Binary1001000100000110000101010110110100100011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484121; }

 p { color: rgb(72,65,33); }

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

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

 a { background-color: rgb(72,65,33); }

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

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

 span { border-color: rgb(72,65,33); }

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