#484122

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

Shades of Madras #484122

Tints of Madras #484122

Color information

#484122 (or 0x484122) is unknown color: approx Madras. HEX triplet: 48, 41 and 22. RGB value is (72,65,34). Sum of RGB (Red+Green+Blue) = 72+65+34=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #484122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484122 is #B7BEDD. Grayscale: #3F3F3F. Windows color (decimal): -12041950 or 2244936. OLE color: 2244936.

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

Color convert

RGB726534-
CMYK00.100.530.72
HSL48.95º35.85%20.78%-
HSV(B)48.95º52.78%28.24%-
XYZ4.855.272.28-
YUV63.56111.32134.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=42.11%
G=38.01%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72653400.100.530.7248.9535.8520.78
Hex4841220A3548312415
Octal1101014201265110614425
Binary1001000100000110001001010110101100100011000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484122; }

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

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

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

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

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

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

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

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