#481A11

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

Shades of Brown Pod #481A11

Tints of Brown Pod #481A11

Color information

#481A11 (or 0x481A11) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 11. RGB value is (72,26,17). Sum of RGB (Red+Green+Blue) = 72+26+17=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A11 is #B7E5EE. Grayscale: #262626. Windows color (decimal): -12051951 or 1120840. OLE color: 1120840.

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

Color convert

RGB722617-
CMYK00.640.760.72
HSL9.82º61.8%17.45%-
HSV(B)9.82º76.39%28.24%-
XYZ3.142.160.78-
YUV38.73115.74151.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=62.61%
G=22.61%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72261700.640.760.729.8261.817.45
Hex481A110404C48a3e11
Octal11032210100114110127621
Binary100100011010100010100000010011001001000101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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