#481809

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

Shades of Brown Pod #481809

Tints of Brown Pod #481809

Color information

#481809 (or 0x481809) is unknown color: approx Brown Pod. HEX triplet: 48, 18 and 09. RGB value is (72,24,9). Sum of RGB (Red+Green+Blue) = 72+24+9=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481809 is #B7E7F6. Grayscale: #242424. Windows color (decimal): -12052471 or 596040. OLE color: 596040.

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

Color convert

RGB72249-
CMYK00.670.880.72
HSL14.29º77.78%15.88%-
HSV(B)14.29º87.5%28.24%-
XYZ3.052.050.49-
YUV36.64112.4153.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=68.57%
G=22.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224900.670.880.7214.2977.7815.88
Hex481890435848e4e10
Octal110301101031301101611620
Binary100100011000100101000011101100010010001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481809; }

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

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

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

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

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

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

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

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