#481D11

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

Shades of Brown Pod #481D11

Tints of Brown Pod #481D11

Color information

#481D11 (or 0x481D11) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 11. RGB value is (72,29,17). Sum of RGB (Red+Green+Blue) = 72+29+17=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D11 is #B7E2EE. Grayscale: #282828. Windows color (decimal): -12051183 or 1121608. OLE color: 1121608.

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

Color convert

RGB722917-
CMYK00.600.760.72
HSL13.09º61.8%17.45%-
HSV(B)13.09º76.39%28.24%-
XYZ3.212.30.8-
YUV40.49114.75150.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=61.02%
G=24.58%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72291700.600.760.7213.0961.817.45
Hex481D1103C4C48d3e11
Octal1103521074114110157621
Binary10010001110110001011110010011001001000110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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