#321002

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

Shades of Seal Brown #321002

Tints of Seal Brown #321002

Color information

#321002 (or 0x321002) is unknown color: approx Seal Brown. HEX triplet: 32, 10 and 02. RGB value is (50,16,2). Sum of RGB (Red+Green+Blue) = 50+16+2=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #321002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321002 is #CDEFFD. Grayscale: #181818. Windows color (decimal): -13496318 or 135218. OLE color: 135218.

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

Color convert

RGB50162-
CMYK00.680.960.80
HSL17.5º92.31%10.2%-
HSV(B)17.5º96%19.61%-
XYZ1.511.050.18-
YUV24.57115.26146.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 73.53%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=73.53%
G=23.53%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5016200.680.960.8017.592.3110.2
Hex321020446050125ca
Octal6220201041401202213412
Binary110010100001001000100110000010100001001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321002; }

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

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

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

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

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

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

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

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