#321F16

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

Shades of Brown Pod #321F16

Tints of Brown Pod #321F16

Color information

#321F16 (or 0x321F16) is unknown color: approx Brown Pod. HEX triplet: 32, 1F and 16. RGB value is (50,31,22). Sum of RGB (Red+Green+Blue) = 50+31+22=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F16 is #CDE0E9. Grayscale: #232323. Windows color (decimal): -13492458 or 1449778. OLE color: 1449778.

HSL color Cylindrical-coordinate representation of color #321F16: hue angle of 19.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321F16 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503122-
CMYK00.380.560.80
HSL19.29º38.89%14.12%-
HSV(B)19.29º56%19.61%-
XYZ1.951.720.99-
YUV35.66120.29138.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=48.54%
G=30.10%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50312200.380.560.8019.2938.8914.12
Hex321F1602638501327e
Octal62372604670120234716
Binary110010111111011001001101110001010000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F16; }

 p { color: rgb(50,31,22); }

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

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

 a { background-color: rgb(50,31,22); }

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

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

 span { border-color: rgb(50,31,22); }

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