#31140C

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

Shades of Seal Brown #31140C

Tints of Seal Brown #31140C

Color information

#31140C (or 0x31140C) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 0C. RGB value is (49,20,12). Sum of RGB (Red+Green+Blue) = 49+20+12=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140C is #CEEBF3. Grayscale: #1B1B1B. Windows color (decimal): -13560820 or 791601. OLE color: 791601.

HSL color Cylindrical-coordinate representation of color #31140C: hue angle of 12.97º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31140C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB492012-
CMYK00.590.760.81
HSL12.97º60.66%11.96%-
HSV(B)12.97º75.51%19.22%-
XYZ1.581.180.49-
YUV27.76119.11143.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=60.49%
G=24.69%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201200.590.760.8112.9760.6611.96
Hex3114C03B4C51d3dc
Octal612414073114121157514
Binary11000110100110001110111001100101000111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31140C; }

 p { color: rgb(49,20,12); }

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

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

 a { background-color: rgb(49,20,12); }

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

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

 span { border-color: rgb(49,20,12); }

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