Html Css Color HEX #321104 Seal Brown

📋 copy color: '#321104'

red 50 ◦ green 17 ◦ blue 4

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

Shades of Seal Brown #321104

Tints of Seal Brown #321104

RGB

 RED value IS 50 (19.92% from 255) = 70.42%

 GREEN value IS 17 (7.03% from 255) = 23.94%

 BLUE value IS 4 (1.95% from 255) = 5.63%

R = 70.42%
G = 23.94%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#321104 (or 0x321104) is known color: Seal Brown. HEX triplet: 32, 11 and 04. RGB value is (50,17,4). Sum of RGB (Red+Green+Blue) = 50+17+4=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321104 is #CDEEFB. Grayscale: #191919. Windows color (decimal): -13496060 or 266546. OLE color: 266546.

HSL color Cylindrical-coordinate representation of color #321104: hue angle of 16.96º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #321104 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 17 4 -
CMYK 0 0.66 0.92 0.80
HSL 16.96º 0.85% 0.11% -
HSV(B) 16.96º 0.92% 0.2% -
XYZ 1.54 1.09 0.24 -
YUV 25.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 50 17 4 0 0.66 0.92 0.80 16.96 0.85 0.11
Hex 32 11 4 0 42 5C 50 11 55 B
Octal 62 21 4 0 102 134 120 21 125 13
Binary 110010 10001 100 0 1000010 1011100 1010000 10001 1010101 1011

Color Harmonies of #321104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321104

Black with #321104

Text Example


Text Example

White with #321104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321104; }

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

 H1.HeaderClassName
 {
   color: #321104;
 }
 .AnyTagClassName
 {
   color: #321104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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