#311716

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

Shades of Seal Brown #311716

Tints of Seal Brown #311716

Color information

#311716 (or 0x311716) is unknown color: approx Seal Brown. HEX triplet: 31, 17 and 16. RGB value is (49,23,22). Sum of RGB (Red+Green+Blue) = 49+23+22=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311716 is #CEE8E9. Grayscale: #1E1E1E. Windows color (decimal): -13560042 or 1447729. OLE color: 1447729.

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

Color convert

RGB492322-
CMYK00.530.550.81
HSL2.22º38.03%13.92%-
HSV(B)2.22º55.1%19.22%-
XYZ1.721.320.92-
YUV30.66123.11141.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=52.13%
G=24.47%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232200.530.550.812.2238.0313.92
Hex3117160353751226e
Octal6127260656712124616
Binary110001101111011001101011101111010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311716; }

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

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

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

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

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

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

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

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