#31120A

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

Shades of Seal Brown #31120A

Tints of Seal Brown #31120A

Color information

#31120A (or 0x31120A) is unknown color: approx Seal Brown. HEX triplet: 31, 12 and 0A. RGB value is (49,18,10). Sum of RGB (Red+Green+Blue) = 49+18+10=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120A is #CEEDF5. Grayscale: #1A1A1A. Windows color (decimal): -13561334 or 660017. OLE color: 660017.

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

Color convert

RGB491810-
CMYK00.630.800.81
HSL12.31º66.1%11.57%-
HSV(B)12.31º79.59%19.22%-
XYZ1.541.110.42-
YUV26.36118.77144.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=63.64%
G=23.38%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49181000.630.800.8112.3166.111.57
Hex3112A03F5051c42c
Octal6122120771201211410214
Binary110001100101010011111110100001010001110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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