#484416

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

Shades of Madras #484416

Tints of Madras #484416

Color information

#484416 (or 0x484416) is unknown color: approx Madras. HEX triplet: 48, 44 and 16. RGB value is (72,68,22). Sum of RGB (Red+Green+Blue) = 72+68+22=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484416 is #B7BBE9. Grayscale: #404040. Windows color (decimal): -12041194 or 1459272. OLE color: 1459272.

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

Color convert

RGB726822-
CMYK00.060.690.72
HSL55.2º53.19%18.43%-
HSV(B)55.2º69.44%28.24%-
XYZ4.885.571.58-
YUV63.95104.33133.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=44.44%
G=41.98%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72682200.060.690.7255.253.1918.43
Hex484416064548373512
Octal1101042606105110676522
Binary100100010001001011001101000101100100011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484416; }

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

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

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

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

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

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

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

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