Html Css Color HEX #321109 Seal Brown

📋 copy color: '#321109'

red 50 ◦ green 17 ◦ blue 9

#321109
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #321109

Tints of Seal Brown #321109

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 value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321109 (or 0x321109) is known color: 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

RGB 50 17 9 -
CMYK 0 0.66 0.82 0.80
HSL 11.71º 0.69% 0.12% -
HSV(B) 11.71º 0.82% 0.2% -
XYZ 1.57 1.1 0.39 -
YUV 25.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 50 17 9 0 0.66 0.82 0.80 11.71 0.69 0.12
Hex 32 11 9 0 42 52 50 C 45 C
Octal 62 21 11 0 102 122 120 14 105 14
Binary 110010 10001 1001 0 1000010 1010010 1010000 1100 1000101 1100

Color Harmonies of #321109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321109

Black with #321109

Text Example


Text Example

White with #321109

Text Example


Text Example

HTML Codes & Css Web 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>