#321109

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

Shades of Seal Brown #321109

Tints of Seal Brown #321109

Color information

#321109 (or 0x321109) is unknown color: approx Seal Brown. HEX triplet: 32, 11 and 09. RGB value is (50,17,9). Sum of RGB (Red+Green+Blue) = 50+17+9=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321109 is #CDEEF6. Grayscale: #1A1A1A. Windows color (decimal): -13496055 or 594226. OLE color: 594226.

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

Color convert

RGB50179-
CMYK00.660.820.80
HSL11.71º69.49%11.57%-
HSV(B)11.71º82%19.61%-
XYZ1.571.10.39-
YUV25.96118.43145.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=65.79%
G=22.37%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5017900.660.820.8011.7169.4911.57
Hex321190425250c45c
Octal62211101021221201410514
Binary1100101000110010100001010100101010000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321109; }

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

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

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

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

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

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

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

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