#31120B

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

Shades of Seal Brown #31120B

Tints of Seal Brown #31120B

Color information

#31120B (or 0x31120B) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 0B. RGB value is (49,18,11). Sum of RGB (Red+Green+Blue) = 49+18+11=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120B is #CEEDF4. Grayscale: #1A1A1A. Windows color (decimal): -13561333 or 725553. OLE color: 725553.

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

Color convert

RGB491811-
CMYK00.630.780.81
HSL11.05º63.33%11.76%-
HSV(B)11.05º77.55%19.22%-
XYZ1.541.110.45-
YUV26.47119.27144.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=62.82%
G=23.08%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181100.630.780.8111.0563.3311.76
Hex3112B03F4E51b3fc
Octal612213077116121137714
Binary11000110010101101111111001110101000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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