#481911

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

Shades of Brown Pod #481911

Tints of Brown Pod #481911

Color information

#481911 (or 0x481911) is unknown color: approx Brown Pod. HEX triplet: 48, 19 and 11. RGB value is (72,25,17). Sum of RGB (Red+Green+Blue) = 72+25+17=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481911 is #B7E6EE. Grayscale: #262626. Windows color (decimal): -12052207 or 1120584. OLE color: 1120584.

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

Color convert

RGB722517-
CMYK00.650.760.72
HSL8.73º61.8%17.45%-
HSV(B)8.73º76.39%28.24%-
XYZ3.122.110.77-
YUV38.14116.07152.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=63.16%
G=21.93%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72251700.650.760.728.7361.817.45
Hex4819110414C4893e11
Octal11031210101114110117621
Binary100100011001100010100000110011001001000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481911; }

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

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

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

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

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

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

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

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