#321509

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

Shades of Brown Pod #321509

Tints of Brown Pod #321509

Color information

#321509 (or 0x321509) is unknown color: approx Brown Pod. HEX triplet: 32, 15 and 09. RGB value is (50,21,9). Sum of RGB (Red+Green+Blue) = 50+21+9=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #321509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321509 is #CDEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13495031 or 595250. OLE color: 595250.

HSL color Cylindrical-coordinate representation of color #321509: hue angle of 17.56º degrees, saturation: 0.69, 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 #321509 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB50219-
CMYK00.580.820.80
HSL17.56º69.49%11.57%-
HSV(B)17.56º82%19.61%-
XYZ1.631.230.41-
YUV28.3117.11143.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=62.5%
G=26.25%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021900.580.820.8017.5669.4911.57
Hex3215903A52501245c
Octal6225110721221202210514
Binary1100101010110010111010101001010100001001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321509; }

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

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

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

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

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

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

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

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