#321511

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

Shades of Seal Brown #321511

Tints of Seal Brown #321511

Color information

#321511 (or 0x321511) is unknown color: approx Seal Brown. HEX triplet: 32, 15 and 11. RGB value is (50,21,17). Sum of RGB (Red+Green+Blue) = 50+21+17=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321511 is #CDEAEE. Grayscale: #1D1D1D. Windows color (decimal): -13495023 or 1119538. OLE color: 1119538.

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

Color convert

RGB502117-
CMYK00.580.660.80
HSL7.27º49.25%13.14%-
HSV(B)7.27º66%19.61%-
XYZ1.681.250.68-
YUV29.22121.11142.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=56.82%
G=23.86%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50211700.580.660.807.2749.2513.14
Hex32151103A4250731d
Octal62252107210212076115
Binary11001010101100010111010100001010100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321511; }

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

 H1.HeaderClassName
 {
   color: #321511;
 }
 .AnyTagClassName
 {
   color: #321511;
 }
</style>
background-color css

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

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

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

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

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

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