Html Css Color HEX #321101 Seal Brown

📋 copy color: '#321101'

red 50 ◦ green 17 ◦ blue 1

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

Shades of Seal Brown #321101

Tints of Seal Brown #321101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.47%

R = 73.53%
G = 25%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#321101 (or 0x321101) is known color: Seal Brown. HEX triplet: 32, 11 and 01. RGB value is (50,17,1). Sum of RGB (Red+Green+Blue) = 50+17+1=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #321101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321101 is #CDEEFE. Grayscale: #191919. Windows color (decimal): -13496063 or 69938. OLE color: 69938.

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

Color convert

RGB 50 17 1 -
CMYK 0 0.66 0.98 0.80
HSL 19.59º 0.96% 0.1% -
HSV(B) 19.59º 0.98% 0.2% -
XYZ 1.52 1.08 0.16 -
YUV 25.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 50 17 1 0 0.66 0.98 0.80 19.59 0.96 0.1
Hex 32 11 1 0 42 62 50 14 60 A
Octal 62 21 1 0 102 142 120 24 140 12
Binary 110010 10001 1 0 1000010 1100010 1010000 10100 1100000 1010

Color Harmonies of #321101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321101

Black with #321101

Text Example


Text Example

White with #321101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321101; }

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

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

background-color css

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

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

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

border-color css

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

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

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