#481F11

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

Shades of Brown Pod #481F11

Tints of Brown Pod #481F11

Color information

#481F11 (or 0x481F11) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 11. RGB value is (72,31,17). Sum of RGB (Red+Green+Blue) = 72+31+17=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F11 is #B7E0EE. Grayscale: #292929. Windows color (decimal): -12050671 or 1122120. OLE color: 1122120.

HSL color Cylindrical-coordinate representation of color #481F11: hue angle of 15.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481F11 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB723117-
CMYK00.570.760.72
HSL15.27º61.8%17.45%-
HSV(B)15.27º76.39%28.24%-
XYZ3.262.40.82-
YUV41.66114.08149.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=60%
G=25.83%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72311700.570.760.7215.2761.817.45
Hex481F110394C48f3e11
Octal1103721071114110177621
Binary10010001111110001011100110011001001000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,31,17); }

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

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

 a { background-color: rgb(72,31,17); }

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

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

 span { border-color: rgb(72,31,17); }

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