#331511

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

Shades of Seal Brown #331511

Tints of Seal Brown #331511

Color information

#331511 (or 0x331511) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 11. RGB value is (51,21,17). Sum of RGB (Red+Green+Blue) = 51+21+17=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331511 is #CCEAEE. Grayscale: #1D1D1D. Windows color (decimal): -13429487 or 1119539. OLE color: 1119539.

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

Color convert

RGB512117-
CMYK00.590.670.8
HSL7.06º50%13.33%-
HSV(B)7.06º66.67%20%-
XYZ1.731.280.69-
YUV29.51120.94143.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=57.30%
G=23.60%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211700.590.670.87.065013.33
Hex33151103B4350732d
Octal63252107310312076215
Binary11001110101100010111011100001110100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331511; }

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

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

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

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

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

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

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

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