#311312

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

Shades of Seal Brown #311312

Tints of Seal Brown #311312

Color information

#311312 (or 0x311312) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 12. RGB value is (49,19,18). Sum of RGB (Red+Green+Blue) = 49+19+18=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311312 is #CEECED. Grayscale: #1B1B1B. Windows color (decimal): -13561070 or 1184561. OLE color: 1184561.

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

Color convert

RGB491918-
CMYK00.610.630.81
HSL1.94º46.27%13.14%-
HSV(B)1.94º63.27%19.22%-
XYZ1.611.160.71-
YUV27.86122.44143.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=56.98%
G=22.09%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49191800.610.630.811.9446.2713.14
Hex31131203D3F5122ed
Octal6123220757712125615
Binary110001100111001001111011111111010001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311312; }

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

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

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

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

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

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

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

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