#481609

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

Shades of Brown Pod #481609

Tints of Brown Pod #481609

Color information

#481609 (or 0x481609) is unknown color: approx Brown Pod. HEX triplet: 48, 16 and 09. RGB value is (72,22,9). Sum of RGB (Red+Green+Blue) = 72+22+9=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481609 is #B7E9F6. Grayscale: #232323. Windows color (decimal): -12052983 or 595528. OLE color: 595528.

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

Color convert

RGB72229-
CMYK00.690.880.72
HSL12.38º77.78%15.88%-
HSV(B)12.38º87.5%28.24%-
XYZ3.011.970.48-
YUV35.47113.06154.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=69.90%
G=21.36%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7222900.690.880.7212.3877.7815.88
Hex481690455848c4e10
Octal110261101051301101411620
Binary100100010110100101000101101100010010001100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481609; }

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

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

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

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

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

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

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

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