#320100

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

Shades of Seal Brown #320100

Tints of Seal Brown #320100

Color information

#320100 (or 0x320100) is unknown color: approx Seal Brown. HEX triplet: 32, 01 and 00. RGB value is (50,1,0). Sum of RGB (Red+Green+Blue) = 50+1+0=51 (6% of max value = 765). Red value is 50 (19.92% from 255 or 98.04% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 50 - color contains mainly: red. Hex color #320100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320100 is #CDFEFF. Grayscale: #0F0F0F. Windows color (decimal): -13500160 or 306. OLE color: 306.

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

Color convert

RGB5010-
CMYK00.9810.80
HSL1.2º100%9.8%-
HSV(B)1.2º100%19.61%-
XYZ1.330.70.07-
YUV15.54119.23152.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 98.04%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.04%
G=1.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal501000.9810.801.21009.8
Hex32100626450164a
Octal62100142144120114412
Binary110010100110001011001001010000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320100; }

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

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

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

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

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

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

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

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