Html Css Color HEX #321917 Seal Brown

📋 copy color: '#321917'

red 50 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #321917

Tints of Seal Brown #321917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.47%

R = 51.02%
G = 25.51%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321917 (or 0x321917) is known color: Seal Brown. HEX triplet: 32, 19 and 17. RGB value is (50,25,23). Sum of RGB (Red+Green+Blue) = 50+25+23=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321917 is #CDE6E8. Grayscale: #202020. Windows color (decimal): -13493993 or 1513778. OLE color: 1513778.

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

Color convert

RGB 50 25 23 -
CMYK 0 0.50 0.54 0.80
HSL 4.44º 0.37% 0.14% -
HSV(B) 4.44º 0.54% 0.2% -
XYZ 1.82 1.44 0.99 -
YUV 32.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 50 25 23 0 0.50 0.54 0.80 4.44 0.37 0.14
Hex 32 19 17 0 32 36 50 4 25 E
Octal 62 31 27 0 62 66 120 4 45 16
Binary 110010 11001 10111 0 110010 110110 1010000 100 100101 1110

Color Harmonies of #321917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321917

Black with #321917

Text Example


Text Example

White with #321917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321917; }

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

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

background-color css

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

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

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

border-color css

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

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

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