#481C16

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

Shades of Brown Pod #481C16

Tints of Brown Pod #481C16

Color information

#481C16 (or 0x481C16) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 16. RGB value is (72,28,22). Sum of RGB (Red+Green+Blue) = 72+28+22=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C16 is #B7E3E9. Grayscale: #282828. Windows color (decimal): -12051434 or 1449032. OLE color: 1449032.

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

Color convert

RGB722822-
CMYK00.610.690.72
HSL7.2º53.19%18.43%-
HSV(B)7.2º69.44%28.24%-
XYZ3.232.271.03-
YUV40.47117.58150.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=59.02%
G=22.95%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72282200.610.690.727.253.1918.43
Hex481C1603D454873512
Octal110342607510511076522
Binary1001000111001011001111011000101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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