Html Css Color HEX #321913 Seal Brown

📋 copy color: '#321913'

red 50 ◦ green 25 ◦ blue 19

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

Shades of Seal Brown #321913

Tints of Seal Brown #321913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 53.19%
G = 26.6%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321913 (or 0x321913) is known color: Seal Brown. HEX triplet: 32, 19 and 13. RGB value is (50,25,19). Sum of RGB (Red+Green+Blue) = 50+25+19=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321913 is #CDE6EC. Grayscale: #1F1F1F. Windows color (decimal): -13493997 or 1251634. OLE color: 1251634.

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

Color convert

RGB 50 25 19 -
CMYK 0 0.50 0.62 0.80
HSL 11.61º 0.45% 0.14% -
HSV(B) 11.61º 0.62% 0.2% -
XYZ 1.78 1.42 0.8 -
YUV 31.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 50 25 19 0 0.50 0.62 0.80 11.61 0.45 0.14
Hex 32 19 13 0 32 3E 50 C 2D E
Octal 62 31 23 0 62 76 120 14 55 16
Binary 110010 11001 10011 0 110010 111110 1010000 1100 101101 1110

Color Harmonies of #321913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321913

Black with #321913

Text Example


Text Example

White with #321913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321913; }

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

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

background-color css

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

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

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

border-color css

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

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

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