#321908

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

Shades of Brown Pod #321908

Tints of Brown Pod #321908

Color information

#321908 (or 0x321908) is unknown color: approx Brown Pod. HEX triplet: 32, 19 and 08. RGB value is (50,25,8). Sum of RGB (Red+Green+Blue) = 50+25+8=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321908 is #CDE6F7. Grayscale: #1E1E1E. Windows color (decimal): -13494008 or 530738. OLE color: 530738.

HSL color Cylindrical-coordinate representation of color #321908: hue angle of 24.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321908 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB50258-
CMYK00.500.840.80
HSL24.29º72.41%11.37%-
HSV(B)24.29º84%19.61%-
XYZ1.711.390.41-
YUV30.54115.28141.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=60.24%
G=30.12%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5025800.500.840.8024.2972.4111.37
Hex3219803254501848b
Octal6231100621241203011013
Binary1100101100110000110010101010010100001100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321908; }

 p { color: rgb(50,25,8); }

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

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

 a { background-color: rgb(50,25,8); }

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

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

 span { border-color: rgb(50,25,8); }

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