Html Css Color HEX #321714 Seal Brown

📋 copy color: '#321714'

red 50 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #321714

Tints of Seal Brown #321714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.73%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 53.76%
G = 24.73%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321714 (or 0x321714) is known color: Seal Brown. HEX triplet: 32, 17 and 14. RGB value is (50,23,20). Sum of RGB (Red+Green+Blue) = 50+23+20=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321714 is #CDE8EB. Grayscale: #1E1E1E. Windows color (decimal): -13494508 or 1316658. OLE color: 1316658.

HSL color Cylindrical-coordinate representation of color #321714: hue angle of 6º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321714 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 23 20 -
CMYK 0 0.54 0.60 0.80
HSL 0.43% 0.14% -
HSV(B) 0.6% 0.2% -
XYZ 1.75 1.34 0.83 -
YUV 30.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 50 23 20 0 0.54 0.60 0.80 6 0.43 0.14
Hex 32 17 14 0 36 3C 50 6 2B E
Octal 62 27 24 0 66 74 120 6 53 16
Binary 110010 10111 10100 0 110110 111100 1010000 110 101011 1110

Color Harmonies of #321714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321714

Black with #321714

Text Example


Text Example

White with #321714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321714; }

 p { color: rgb(50,23,20); }

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

background-color css

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

 a { background-color: rgb(50,23,20); }

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

border-color css

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

 span { border-color: rgb(50,23,20); }

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