Html Css Color HEX #321310 Seal Brown

📋 copy color: '#321310'

red 50 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #321310

Tints of Seal Brown #321310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 58.82%
G = 22.35%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321310 (or 0x321310) is known color: Seal Brown. HEX triplet: 32, 13 and 10. RGB value is (50,19,16). Sum of RGB (Red+Green+Blue) = 50+19+16=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321310 is #CDECEF. Grayscale: #1B1B1B. Windows color (decimal): -13495536 or 1053490. OLE color: 1053490.

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

Color convert

RGB 50 19 16 -
CMYK 0 0.62 0.68 0.80
HSL 5.29º 0.52% 0.13% -
HSV(B) 5.29º 0.68% 0.2% -
XYZ 1.64 1.18 0.63 -
YUV 27.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 50 19 16 0 0.62 0.68 0.80 5.29 0.52 0.13
Hex 32 13 10 0 3E 44 50 5 34 D
Octal 62 23 20 0 76 104 120 5 64 15
Binary 110010 10011 10000 0 111110 1000100 1010000 101 110100 1101

Color Harmonies of #321310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321310

Black with #321310

Text Example


Text Example

White with #321310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321310; }

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

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

background-color css

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

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

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

border-color css

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

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

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