#321005

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

Shades of Seal Brown #321005

Tints of Seal Brown #321005

Color information

#321005 (or 0x321005) is unknown color: approx Seal Brown. HEX triplet: 32, 10 and 05. RGB value is (50,16,5). Sum of RGB (Red+Green+Blue) = 50+16+5=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321005 is #CDEFFA. Grayscale: #181818. Windows color (decimal): -13496315 or 331826. OLE color: 331826.

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

Color convert

RGB50165-
CMYK00.680.900.80
HSL14.67º81.82%10.78%-
HSV(B)14.67º90%19.61%-
XYZ1.531.060.27-
YUV24.91116.76145.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 5 (2.34% from 255) = 7.04%
R=70.42%
G=22.54%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5016500.680.900.8014.6781.8210.78
Hex321050445A50f52b
Octal6220501041321201712213
Binary110010100001010100010010110101010000111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321005; }

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

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

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

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

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

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

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

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