#311B17

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

Shades of Seal Brown #311B17

Tints of Seal Brown #311B17

Color information

#311B17 (or 0x311B17) is unknown color: approx Seal Brown. HEX triplet: 31, 1B and 17. RGB value is (49,27,23). Sum of RGB (Red+Green+Blue) = 49+27+23=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B17 is #CEE4E8. Grayscale: #212121. Windows color (decimal): -13559017 or 1514289. OLE color: 1514289.

HSL color Cylindrical-coordinate representation of color #311B17: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311B17 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB492723-
CMYK00.450.530.81
HSL9.23º36.11%14.12%-
HSV(B)9.23º53.06%19.22%-
XYZ1.811.51-
YUV33.12122.29139.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=49.49%
G=27.27%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49272300.450.530.819.2336.1114.12
Hex311B1702D3551924e
Octal61332705565121114416
Binary11000111011101110101101110101101000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B17; }

 p { color: rgb(49,27,23); }

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

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

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

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

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

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

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