#321709

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

Shades of Brown Pod #321709

Tints of Brown Pod #321709

Color information

#321709 (or 0x321709) is unknown color: approx Brown Pod. HEX triplet: 32, 17 and 09. RGB value is (50,23,9). Sum of RGB (Red+Green+Blue) = 50+23+9=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #321709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321709 is #CDE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13494519 or 595762. OLE color: 595762.

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

Color convert

RGB50239-
CMYK00.540.820.80
HSL20.49º69.49%11.57%-
HSV(B)20.49º82%19.61%-
XYZ1.671.310.42-
YUV29.48116.45142.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.98%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=60.98%
G=28.05%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023900.540.820.8020.4969.4911.57
Hex3217903652501445c
Octal6227110661221202410514
Binary1100101011110010110110101001010100001010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321709; }

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

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

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

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

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

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

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

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