#31120C

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

Shades of Seal Brown #31120C

Tints of Seal Brown #31120C

Color information

#31120C (or 0x31120C) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 0C. RGB value is (49,18,12). Sum of RGB (Red+Green+Blue) = 49+18+12=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120C is #CEEDF3. Grayscale: #1A1A1A. Windows color (decimal): -13561332 or 791089. OLE color: 791089.

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

Color convert

RGB491812-
CMYK00.630.760.81
HSL9.73º60.66%11.96%-
HSV(B)9.73º75.51%19.22%-
XYZ1.551.110.48-
YUV26.58119.77143.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=62.03%
G=22.78%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181200.630.760.819.7360.6611.96
Hex3112C03F4C51a3dc
Octal612214077114121127514
Binary11000110010110001111111001100101000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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