#31100A

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

Shades of Seal Brown #31100A

Tints of Seal Brown #31100A

Color information

#31100A (or 0x31100A) is unknown color: approx Seal Brown. HEX triplet: 31, 10 and 0A. RGB value is (49,16,10). Sum of RGB (Red+Green+Blue) = 49+16+10=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #31100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31100A is #CEEFF5. Grayscale: #191919. Windows color (decimal): -13561846 or 659505. OLE color: 659505.

HSL color Cylindrical-coordinate representation of color #31100A: hue angle of 9.23º 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 #31100A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB491610-
CMYK00.670.800.81
HSL9.23º66.1%11.57%-
HSV(B)9.23º79.59%19.22%-
XYZ1.511.050.41-
YUV25.18119.43144.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=65.33%
G=21.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49161000.670.800.819.2366.111.57
Hex3110A0435051942c
Octal61201201031201211110214
Binary1100011000010100100001110100001010001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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