#481D09

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

Shades of Brown Pod #481D09

Tints of Brown Pod #481D09

Color information

#481D09 (or 0x481D09) is unknown color: approx Brown Pod. HEX triplet: 48, 1D and 09. RGB value is (72,29,9). Sum of RGB (Red+Green+Blue) = 72+29+9=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D09 is #B7E2F6. Grayscale: #272727. Windows color (decimal): -12051191 or 597320. OLE color: 597320.

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

Color convert

RGB72299-
CMYK00.600.880.72
HSL19.05º77.78%15.88%-
HSV(B)19.05º87.5%28.24%-
XYZ3.162.280.53-
YUV39.58110.75151.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=65.45%
G=26.36%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7229900.600.880.7219.0577.7815.88
Hex481D903C5848134e10
Octal11035110741301102311620
Binary100100011101100101111001011000100100010011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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