#331917

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

Shades of Seal Brown #331917

Tints of Seal Brown #331917

Color information

#331917 (or 0x331917) is unknown color: approx Seal Brown. HEX triplet: 33, 19 and 17. RGB value is (51,25,23). Sum of RGB (Red+Green+Blue) = 51+25+23=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331917 is #CCE6E8. Grayscale: #202020. Windows color (decimal): -13428457 or 1513779. OLE color: 1513779.

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

Color convert

RGB512523-
CMYK00.510.550.8
HSL4.29º37.84%14.51%-
HSV(B)4.29º54.9%20%-
XYZ1.871.460.99-
YUV32.55122.61141.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=51.52%
G=25.25%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51252300.510.550.84.2937.8414.51
Hex3319170333750426f
Octal6331270636712044617
Binary1100111100110111011001111011110100001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331917; }

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

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

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

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

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

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

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

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