#321000

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

Shades of Seal Brown #321000

Tints of Seal Brown #321000

Color information

#321000 (or 0x321000) is unknown color: approx Seal Brown. HEX triplet: 32, 10 and 00. RGB value is (50,16,0). Sum of RGB (Red+Green+Blue) = 50+16+0=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #321000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321000 is #CDEFFF. Grayscale: #181818. Windows color (decimal): -13496320 or 4146. OLE color: 4146.

HSL color Cylindrical-coordinate representation of color #321000: hue angle of 19.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #321000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50160-
CMYK00.6810.80
HSL19.2º100%9.8%-
HSV(B)19.2º100%19.61%-
XYZ1.51.050.12-
YUV24.34114.26146.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 75.76%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.76%
G=24.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5016000.6810.8019.21009.8
Hex3210004464501364a
Octal6220001041441202314412
Binary11001010000001000100110010010100001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321000; }

 p { color: rgb(50,16,0); }

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

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

 a { background-color: rgb(50,16,0); }

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

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

 span { border-color: rgb(50,16,0); }

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