#331311

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

Shades of Seal Brown #331311

Tints of Seal Brown #331311

Color information

#331311 (or 0x331311) is unknown color: approx Seal Brown. HEX triplet: 33, 13 and 11. RGB value is (51,19,17). Sum of RGB (Red+Green+Blue) = 51+19+17=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331311 is #CCECEE. Grayscale: #1C1C1C. Windows color (decimal): -13429999 or 1119027. OLE color: 1119027.

HSL color Cylindrical-coordinate representation of color #331311: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331311 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB511917-
CMYK00.630.670.8
HSL3.53º50%13.33%-
HSV(B)3.53º66.67%20%-
XYZ1.71.210.67-
YUV28.34121.6144.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=58.62%
G=21.84%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51191700.630.670.83.535013.33
Hex33131103F4350432d
Octal63232107710312046215
Binary11001110011100010111111100001110100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331311; }

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

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

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

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

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

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

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

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