#484216

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

Shades of Madras #484216

Tints of Madras #484216

Color information

#484216 (or 0x484216) is unknown color: approx Madras. HEX triplet: 48, 42 and 16. RGB value is (72,66,22). Sum of RGB (Red+Green+Blue) = 72+66+22=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484216 is #B7BDE9. Grayscale: #3E3E3E. Windows color (decimal): -12041706 or 1458760. OLE color: 1458760.

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

Color convert

RGB726622-
CMYK00.080.690.72
HSL52.8º53.19%18.43%-
HSV(B)52.8º69.44%28.24%-
XYZ4.775.331.54-
YUV62.78104.99134.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=45%
G=41.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662200.080.690.7252.853.1918.43
Hex484216084548353512
Octal11010226010105110656522
Binary1001000100001010110010001000101100100011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484216; }

 p { color: rgb(72,66,22); }

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

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

 a { background-color: rgb(72,66,22); }

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

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

 span { border-color: rgb(72,66,22); }

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