#331211

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

Shades of Seal Brown #331211

Tints of Seal Brown #331211

Color information

#331211 (or 0x331211) is unknown color: approx Seal Brown. HEX triplet: 33, 12 and 11. RGB value is (51,18,17). Sum of RGB (Red+Green+Blue) = 51+18+17=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331211 is #CCEDEE. Grayscale: #1B1B1B. Windows color (decimal): -13430255 or 1118771. OLE color: 1118771.

HSL color Cylindrical-coordinate representation of color #331211: hue angle of 1.76º 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 #331211 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB511817-
CMYK00.650.670.8
HSL1.76º50%13.33%-
HSV(B)1.76º66.67%20%-
XYZ1.681.180.67-
YUV27.75121.93144.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=59.30%
G=20.93%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51181700.650.670.81.765013.33
Hex3312110414350232d
Octal632221010110312026215
Binary11001110010100010100000110000111010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331211; }

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

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

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

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

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

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

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

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