#331717

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

Shades of Seal Brown #331717

Tints of Seal Brown #331717

Color information

#331717 (or 0x331717) is unknown color: approx Seal Brown. HEX triplet: 33, 17 and 17. RGB value is (51,23,23). Sum of RGB (Red+Green+Blue) = 51+23+23=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #331717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331717 is #CCE8E8. Grayscale: #1F1F1F. Windows color (decimal): -13428969 or 1513267. OLE color: 1513267.

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

Color convert

RGB512323-
CMYK00.550.550.8
HSL37.84%14.51%-
HSV(B)54.9%20%-
XYZ1.831.380.98-
YUV31.37123.28142-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=52.58%
G=23.71%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232300.550.550.8037.8414.51
Hex3317170373750026f
Octal6327270676712004617
Binary11001110111101110110111110111101000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331717; }

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

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

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

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

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

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

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

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