#481E0F

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

Shades of Brown Pod #481E0F

Tints of Brown Pod #481E0F

Color information

#481E0F (or 0x481E0F) is unknown color: approx Brown Pod. HEX triplet: 48, 1E and 0F. RGB value is (72,30,15). Sum of RGB (Red+Green+Blue) = 72+30+15=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E0F is #B7E1F0. Grayscale: #282828. Windows color (decimal): -12050929 or 990792. OLE color: 990792.

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

Color convert

RGB723015-
CMYK00.580.790.72
HSL15.79º65.52%17.06%-
HSV(B)15.79º79.17%28.24%-
XYZ3.222.340.73-
YUV40.85113.41150.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=61.54%
G=25.64%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72301500.580.790.7215.7965.5217.06
Hex481EF03A4F48104211
Octal11036170721171102010221
Binary100100011110111101110101001111100100010000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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