#331513

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

Shades of Seal Brown #331513

Tints of Seal Brown #331513

Color information

#331513 (or 0x331513) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 13. RGB value is (51,21,19). Sum of RGB (Red+Green+Blue) = 51+21+19=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331513 is #CCEAEC. Grayscale: #1D1D1D. Windows color (decimal): -13429485 or 1250611. OLE color: 1250611.

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

Color convert

RGB512119-
CMYK00.590.630.8
HSL3.75º45.71%13.73%-
HSV(B)3.75º62.75%20%-
XYZ1.751.290.77-
YUV29.74121.94143.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=56.04%
G=23.08%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211900.590.630.83.7545.7113.73
Hex33151303B3F5042ee
Octal6325230737712045616
Binary1100111010110011011101111111110100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331513; }

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

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

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

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

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

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

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

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