#31130C

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

Shades of Seal Brown #31130C

Tints of Seal Brown #31130C

Color information

#31130C (or 0x31130C) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 0C. RGB value is (49,19,12). Sum of RGB (Red+Green+Blue) = 49+19+12=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130C is #CEECF3. Grayscale: #1B1B1B. Windows color (decimal): -13561076 or 791345. OLE color: 791345.

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

Color convert

RGB491912-
CMYK00.610.760.81
HSL11.35º60.66%11.96%-
HSV(B)11.35º75.51%19.22%-
XYZ1.571.150.49-
YUV27.17119.44143.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 12 (5.08% from 255) = 15%
R=61.25%
G=23.75%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49191200.610.760.8111.3560.6611.96
Hex3113C03D4C51b3dc
Octal612314075114121137514
Binary11000110011110001111011001100101000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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