Html Css Color HEX #321413 Seal Brown

📋 copy color: '#321413'

red 50 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #321413

Tints of Seal Brown #321413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 56.18%
G = 22.47%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321413 (or 0x321413) is known color: Seal Brown. HEX triplet: 32, 14 and 13. RGB value is (50,20,19). Sum of RGB (Red+Green+Blue) = 50+20+19=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321413 is #CDEBEC. Grayscale: #1C1C1C. Windows color (decimal): -13495277 or 1250354. OLE color: 1250354.

HSL color Cylindrical-coordinate representation of color #321413: hue angle of 1.94º 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 #321413 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 20 19 -
CMYK 0 0.60 0.62 0.80
HSL 1.94º 0.45% 0.14% -
HSV(B) 1.94º 0.62% 0.2% -
XYZ 1.68 1.23 0.76 -
YUV 28.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 50 20 19 0 0.60 0.62 0.80 1.94 0.45 0.14
Hex 32 14 13 0 3C 3E 50 2 2D E
Octal 62 24 23 0 74 76 120 2 55 16
Binary 110010 10100 10011 0 111100 111110 1010000 10 101101 1110

Color Harmonies of #321413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321413

Black with #321413

Text Example


Text Example

White with #321413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321413; }

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

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

background-color css

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

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

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

border-color css

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

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

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