#331110

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

Shades of Seal Brown #331110

Tints of Seal Brown #331110

Color information

#331110 (or 0x331110) is unknown color: approx Seal Brown. HEX triplet: 33, 11 and 10. RGB value is (51,17,16). Sum of RGB (Red+Green+Blue) = 51+17+16=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331110 is #CCEEEF. Grayscale: #1B1B1B. Windows color (decimal): -13430512 or 1052979. OLE color: 1052979.

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

Color convert

RGB511716-
CMYK00.670.690.8
HSL1.71º52.24%13.14%-
HSV(B)1.71º68.63%20%-
XYZ1.661.140.62-
YUV27.05121.76145.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=60.71%
G=20.24%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51171600.670.690.81.7152.2413.14
Hex3311100434550234d
Octal632120010310512026415
Binary11001110001100000100001110001011010000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331110; }

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

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

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

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

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

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

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

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