#484616

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

Shades of Madras #484616

Tints of Madras #484616

Color information

#484616 (or 0x484616) is unknown color: approx Madras. HEX triplet: 48, 46 and 16. RGB value is (72,70,22). Sum of RGB (Red+Green+Blue) = 72+70+22=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484616 is #B7B9E9. Grayscale: #414141. Windows color (decimal): -12040682 or 1459784. OLE color: 1459784.

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

Color convert

RGB727022-
CMYK00.030.690.72
HSL57.6º53.19%18.43%-
HSV(B)57.6º69.44%28.24%-
XYZ5.015.821.62-
YUV65.13103.66132.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=43.90%
G=42.68%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72702200.030.690.7257.653.1918.43
Hex4846160345483a3512
Octal1101062603105110726522
Binary10010001000110101100111000101100100011101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484616; }

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

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

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

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

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

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

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

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