#311612

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

Shades of Seal Brown #311612

Tints of Seal Brown #311612

Color information

#311612 (or 0x311612) is unknown color: approx Seal Brown. HEX triplet: 31, 16 and 12. RGB value is (49,22,18). Sum of RGB (Red+Green+Blue) = 49+22+18=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311612 is #CEE9ED. Grayscale: #1D1D1D. Windows color (decimal): -13560302 or 1185329. OLE color: 1185329.

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

Color convert

RGB492218-
CMYK00.550.630.81
HSL7.74º46.27%13.14%-
HSV(B)7.74º63.27%19.22%-
XYZ1.661.270.73-
YUV29.62121.45141.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=55.06%
G=24.72%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221800.550.630.817.7446.2713.14
Hex3116120373F5182ed
Octal61262206777121105615
Binary11000110110100100110111111111101000110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311612; }

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

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

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

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

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

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

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

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