#331716

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

Shades of Seal Brown #331716

Tints of Seal Brown #331716

Color information

#331716 (or 0x331716) is unknown color: approx Seal Brown. HEX triplet: 33, 17 and 16. RGB value is (51,23,22). Sum of RGB (Red+Green+Blue) = 51+23+22=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331716 is #CCE8E9. Grayscale: #1F1F1F. Windows color (decimal): -13428970 or 1447731. OLE color: 1447731.

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

Color convert

RGB512322-
CMYK00.550.570.8
HSL2.07º39.73%14.31%-
HSV(B)2.07º56.86%20%-
XYZ1.821.370.93-
YUV31.26122.78142.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=53.12%
G=23.96%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232200.550.570.82.0739.7314.31
Hex3317160373950228e
Octal6327260677112025016
Binary110011101111011001101111110011010000101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331716; }

 p { color: rgb(51,23,22); }

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

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

 a { background-color: rgb(51,23,22); }

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

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

 span { border-color: rgb(51,23,22); }

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