#481F08

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

Shades of Brown Pod #481F08

Tints of Brown Pod #481F08

Color information

#481F08 (or 0x481F08) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 08. RGB value is (72,31,8). Sum of RGB (Red+Green+Blue) = 72+31+8=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F08 is #B7E0F7. Grayscale: #282828. Windows color (decimal): -12050680 or 532296. OLE color: 532296.

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

Color convert

RGB72318-
CMYK00.570.890.72
HSL21.56º80%15.69%-
HSV(B)21.56º88.89%28.24%-
XYZ3.212.380.52-
YUV40.64109.58150.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=64.86%
G=27.93%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231800.570.890.7221.568015.69
Hex481F80395948165010
Octal11037100711311102612020
Binary100100011111100001110011011001100100010110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,31,8); }

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

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

 a { background-color: rgb(72,31,8); }

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

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

 span { border-color: rgb(72,31,8); }

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