#331509

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

Shades of Brown Pod #331509

Tints of Brown Pod #331509

Color information

#331509 (or 0x331509) is unknown color: approx Brown Pod. HEX triplet: 33, 15 and 09. RGB value is (51,21,9). Sum of RGB (Red+Green+Blue) = 51+21+9=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331509 is #CCEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13429495 or 595251. OLE color: 595251.

HSL color Cylindrical-coordinate representation of color #331509: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331509 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB51219-
CMYK00.590.820.8
HSL17.14º70%11.76%-
HSV(B)17.14º82.35%20%-
XYZ1.681.260.41-
YUV28.6116.94143.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=62.96%
G=25.93%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5121900.590.820.817.147011.76
Hex3315903B52501146c
Octal6325110731221202110614
Binary1100111010110010111011101001010100001000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331509; }

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

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

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

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

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

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

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

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