#331310

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

Shades of Seal Brown #331310

Tints of Seal Brown #331310

Color information

#331310 (or 0x331310) is unknown color: approx Seal Brown. HEX triplet: 33, 13 and 10. RGB value is (51,19,16). Sum of RGB (Red+Green+Blue) = 51+19+16=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331310 is #CCECEF. Grayscale: #1C1C1C. Windows color (decimal): -13430000 or 1053491. OLE color: 1053491.

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

Color convert

RGB511916-
CMYK00.630.690.8
HSL5.14º52.24%13.14%-
HSV(B)5.14º68.63%20%-
XYZ1.691.210.63-
YUV28.23121.1144.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=59.30%
G=22.09%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51191600.630.690.85.1452.2413.14
Hex33131003F4550534d
Octal63232007710512056415
Binary11001110011100000111111100010110100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331310; }

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

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

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

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

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

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

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

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