#311712

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

Shades of Seal Brown #311712

Tints of Seal Brown #311712

Color information

#311712 (or 0x311712) is unknown color: approx Seal Brown. HEX triplet: 31, 17 and 12. RGB value is (49,23,18). Sum of RGB (Red+Green+Blue) = 49+23+18=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311712 is #CEE8ED. Grayscale: #1E1E1E. Windows color (decimal): -13560046 or 1185585. OLE color: 1185585.

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

Color convert

RGB492318-
CMYK00.530.630.81
HSL9.68º46.27%13.14%-
HSV(B)9.68º63.27%19.22%-
XYZ1.681.310.74-
YUV30.2121.11141.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 18 (7.42% from 255) = 20%
R=54.44%
G=25.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49231800.530.630.819.6846.2713.14
Hex3117120353F51a2ed
Octal61272206577121125615
Binary11000110111100100110101111111101000110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311712; }

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

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

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

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

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

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

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

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