Html Css Color HEX #321711 Seal Brown

📋 copy color: '#321711'

red 50 ◦ green 23 ◦ blue 17

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

Shades of Seal Brown #321711

Tints of Seal Brown #321711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.56%

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

R = 55.56%
G = 25.56%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321711 (or 0x321711) is known color: Seal Brown. HEX triplet: 32, 17 and 11. RGB value is (50,23,17). Sum of RGB (Red+Green+Blue) = 50+23+17=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321711 is #CDE8EE. Grayscale: #1E1E1E. Windows color (decimal): -13494511 or 1120050. OLE color: 1120050.

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

Color convert

RGB 50 23 17 -
CMYK 0 0.54 0.66 0.80
HSL 10.91º 0.49% 0.13% -
HSV(B) 10.91º 0.66% 0.2% -
XYZ 1.72 1.33 0.7 -
YUV 30.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 50 23 17 0 0.54 0.66 0.80 10.91 0.49 0.13
Hex 32 17 11 0 36 42 50 B 31 D
Octal 62 27 21 0 66 102 120 13 61 15
Binary 110010 10111 10001 0 110110 1000010 1010000 1011 110001 1101

Color Harmonies of #321711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321711

Black with #321711

Text Example


Text Example

White with #321711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321711; }

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

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

background-color css

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

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

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

border-color css

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

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

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