#321711

Color #321711 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #321711

Tints of Seal Brown #321711

Color information

#321711 (or 0x321711) is unknown color: approx 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

RGB502317-
CMYK00.540.660.80
HSL10.91º49.25%13.14%-
HSV(B)10.91º66%19.61%-
XYZ1.721.330.7-
YUV30.39120.45141.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50231700.540.660.8010.9149.2513.14
Hex3217110364250b31d
Octal622721066102120136115
Binary110010101111000101101101000010101000010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>