#321309

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

Shades of Seal Brown #321309

Tints of Seal Brown #321309

Color information

#321309 (or 0x321309) is unknown color: approx Seal Brown. HEX triplet: 32, 13 and 09. RGB value is (50,19,9). Sum of RGB (Red+Green+Blue) = 50+19+9=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321309 is #CDECF6. Grayscale: #1B1B1B. Windows color (decimal): -13495543 or 594738. OLE color: 594738.

HSL color Cylindrical-coordinate representation of color #321309: hue angle of 14.63º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321309 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB50199-
CMYK00.620.820.80
HSL14.63º69.49%11.57%-
HSV(B)14.63º82%19.61%-
XYZ1.61.160.4-
YUV27.13117.77144.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=64.10%
G=24.36%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5019900.620.820.8014.6369.4911.57
Hex3213903E5250f45c
Octal6223110761221201710514
Binary110010100111001011111010100101010000111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321309; }

 p { color: rgb(50,19,9); }

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

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

 a { background-color: rgb(50,19,9); }

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

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

 span { border-color: rgb(50,19,9); }

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