Html Css Color HEX #321311 Seal Brown

📋 copy color: '#321311'

red 50 ◦ green 19 ◦ blue 17

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

Shades of Seal Brown #321311

Tints of Seal Brown #321311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 58.14%
G = 22.09%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321311 (or 0x321311) is known color: Seal Brown. HEX triplet: 32, 13 and 11. RGB value is (50,19,17). Sum of RGB (Red+Green+Blue) = 50+19+17=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321311 is #CDECEE. Grayscale: #1C1C1C. Windows color (decimal): -13495535 or 1119026. OLE color: 1119026.

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

Color convert

RGB 50 19 17 -
CMYK 0 0.62 0.66 0.80
HSL 3.64º 0.49% 0.13% -
HSV(B) 3.64º 0.66% 0.2% -
XYZ 1.65 1.18 0.67 -
YUV 28.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 50 19 17 0 0.62 0.66 0.80 3.64 0.49 0.13
Hex 32 13 11 0 3E 42 50 4 31 D
Octal 62 23 21 0 76 102 120 4 61 15
Binary 110010 10011 10001 0 111110 1000010 1010000 100 110001 1101

Color Harmonies of #321311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321311

Black with #321311

Text Example


Text Example

White with #321311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321311; }

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

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

background-color css

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

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

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

border-color css

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

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

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