#321205

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

Shades of Seal Brown #321205

Tints of Seal Brown #321205

Color information

#321205 (or 0x321205) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 05. RGB value is (50,18,5). Sum of RGB (Red+Green+Blue) = 50+18+5=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321205 is #CDEDFA. Grayscale: #1A1A1A. Windows color (decimal): -13495803 or 332338. OLE color: 332338.

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

Color convert

RGB50185-
CMYK00.640.900.80
HSL17.33º81.82%10.78%-
HSV(B)17.33º90%19.61%-
XYZ1.561.120.28-
YUV26.09116.1145.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=68.49%
G=24.66%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018500.640.900.8017.3381.8210.78
Hex321250405A501152b
Octal6222501001321202112213
Binary1100101001010101000000101101010100001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321205; }

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

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

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

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

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

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

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

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