#481E14

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

Shades of Brown Pod #481E14

Tints of Brown Pod #481E14

Color information

#481E14 (or 0x481E14) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 14. RGB value is (72,30,20). Sum of RGB (Red+Green+Blue) = 72+30+20=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E14 is #B7E1EB. Grayscale: #292929. Windows color (decimal): -12050924 or 1318472. OLE color: 1318472.

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

Color convert

RGB723020-
CMYK00.580.720.72
HSL11.54º56.52%18.04%-
HSV(B)11.54º72.22%28.24%-
XYZ3.262.360.94-
YUV41.42115.91149.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=59.02%
G=24.59%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72302000.580.720.7211.5456.5218.04
Hex481E1403A4848c3912
Octal1103624072110110147122
Binary10010001111010100011101010010001001000110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,20); }

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

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

 a { background-color: rgb(72,30,20); }

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

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

 span { border-color: rgb(72,30,20); }

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