#481A08

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

Shades of Brown Pod #481A08

Tints of Brown Pod #481A08

Color information

#481A08 (or 0x481A08) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 08. RGB value is (72,26,8). Sum of RGB (Red+Green+Blue) = 72+26+8=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A08 is #B7E5F7. Grayscale: #252525. Windows color (decimal): -12051960 or 531016. OLE color: 531016.

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

Color convert

RGB72268-
CMYK00.640.890.72
HSL16.88º80%15.69%-
HSV(B)16.88º88.89%28.24%-
XYZ3.092.130.48-
YUV37.7111.24152.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=67.92%
G=24.53%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226800.640.890.7216.888015.69
Hex481A80405948115010
Octal110321001001311102112020
Binary1001000110101000010000001011001100100010001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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