#31140A

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

Shades of Seal Brown #31140A

Tints of Seal Brown #31140A

Color information

#31140A (or 0x31140A) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 0A. RGB value is (49,20,10). Sum of RGB (Red+Green+Blue) = 49+20+10=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140A is #CEEBF5. Grayscale: #1B1B1B. Windows color (decimal): -13560822 or 660529. OLE color: 660529.

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

Color convert

RGB492010-
CMYK00.590.800.81
HSL15.38º66.1%11.57%-
HSV(B)15.38º79.59%19.22%-
XYZ1.571.180.43-
YUV27.53118.11143.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=62.03%
G=25.32%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201000.590.800.8115.3866.111.57
Hex3114A03B5051f42c
Octal6124120731201211710214
Binary110001101001010011101110100001010001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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