#481A09

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

Shades of Brown Pod #481A09

Tints of Brown Pod #481A09

Color information

#481A09 (or 0x481A09) is unknown color: approx Brown Pod. HEX triplet: 48, 1A and 09. RGB value is (72,26,9). Sum of RGB (Red+Green+Blue) = 72+26+9=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A09 is #B7E5F6. Grayscale: #252525. Windows color (decimal): -12051959 or 596552. OLE color: 596552.

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

Color convert

RGB72269-
CMYK00.640.880.72
HSL16.19º77.78%15.88%-
HSV(B)16.19º87.5%28.24%-
XYZ3.092.140.51-
YUV37.82111.74152.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=67.29%
G=24.30%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7226900.640.880.7216.1977.7815.88
Hex481A90405848104e10
Octal110321101001301102011620
Binary1001000110101001010000001011000100100010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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