#481509

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

Shades of Brown Pod #481509

Tints of Brown Pod #481509

Color information

#481509 (or 0x481509) is unknown color: approx Brown Pod. HEX triplet: 48, 15 and 09. RGB value is (72,21,9). Sum of RGB (Red+Green+Blue) = 72+21+9=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481509 is #B7EAF6. Grayscale: #222222. Windows color (decimal): -12053239 or 595272. OLE color: 595272.

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

Color convert

RGB72219-
CMYK00.710.880.72
HSL11.43º77.78%15.88%-
HSV(B)11.43º87.5%28.24%-
XYZ2.991.930.47-
YUV34.88113.4154.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=70.59%
G=20.59%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221900.710.880.7211.4377.7815.88
Hex481590475848b4e10
Octal110251101071301101311620
Binary100100010101100101000111101100010010001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481509; }

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

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

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

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

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

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

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

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