#481B16

Color #481B16 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #481B16

Tints of Brown Pod #481B16

Color information

#481B16 (or 0x481B16) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 16. RGB value is (72,27,22). Sum of RGB (Red+Green+Blue) = 72+27+22=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B16 is #B7E4E9. Grayscale: #272727. Windows color (decimal): -12051690 or 1448776. OLE color: 1448776.

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

Color convert

RGB722722-
CMYK00.620.690.72
HSL53.19%18.43%-
HSV(B)69.44%28.24%-
XYZ3.212.221.02-
YUV39.88117.91150.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=59.50%
G=22.31%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72272200.620.690.72653.1918.43
Hex481B1603E454863512
Octal110332607610511066522
Binary1001000110111011001111101000101100100011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B16; }

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

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

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

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

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

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

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

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