Html Css Color HEX #321916 Seal Brown

📋 copy color: '#321916'

red 50 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #321916

Tints of Seal Brown #321916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

 BLUE value IS 22 (8.98% from 255) = 22.68%

R = 51.55%
G = 25.77%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321916 (or 0x321916) is known color: Seal Brown. HEX triplet: 32, 19 and 16. RGB value is (50,25,22). Sum of RGB (Red+Green+Blue) = 50+25+22=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321916 is #CDE6E9. Grayscale: #202020. Windows color (decimal): -13493994 or 1448242. OLE color: 1448242.

HSL color Cylindrical-coordinate representation of color #321916: hue angle of 6.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321916 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 25 22 -
CMYK 0 0.50 0.56 0.80
HSL 6.43º 0.39% 0.14% -
HSV(B) 6.43º 0.56% 0.2% -
XYZ 1.81 1.43 0.94 -
YUV 32.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 50 25 22 0 0.50 0.56 0.80 6.43 0.39 0.14
Hex 32 19 16 0 32 38 50 6 27 E
Octal 62 31 26 0 62 70 120 6 47 16
Binary 110010 11001 10110 0 110010 111000 1010000 110 100111 1110

Color Harmonies of #321916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321916

Black with #321916

Text Example


Text Example

White with #321916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321916; }

 p { color: rgb(50,25,22); }

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

background-color css

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

 a { background-color: rgb(50,25,22); }

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

border-color css

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

 span { border-color: rgb(50,25,22); }

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