#481C09

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

Shades of Brown Pod #481C09

Tints of Brown Pod #481C09

Color information

#481C09 (or 0x481C09) is unknown color: approx Brown Pod. HEX triplet: 48, 1C and 09. RGB value is (72,28,9). Sum of RGB (Red+Green+Blue) = 72+28+9=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C09 is #B7E3F6. Grayscale: #272727. Windows color (decimal): -12051447 or 597064. OLE color: 597064.

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

Color convert

RGB72289-
CMYK00.610.880.72
HSL18.1º77.78%15.88%-
HSV(B)18.1º87.5%28.24%-
XYZ3.142.230.52-
YUV38.99111.08151.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=66.06%
G=25.69%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7228900.610.880.7218.177.7815.88
Hex481C903D5848124e10
Octal11034110751301102211620
Binary100100011100100101111011011000100100010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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