#311409

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

Shades of Seal Brown #311409

Tints of Seal Brown #311409

Color information

#311409 (or 0x311409) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 09. RGB value is (49,20,9). Sum of RGB (Red+Green+Blue) = 49+20+9=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311409 is #CEEBF6. Grayscale: #1B1B1B. Windows color (decimal): -13560823 or 594993. OLE color: 594993.

HSL color Cylindrical-coordinate representation of color #311409: hue angle of 16.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311409 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49209-
CMYK00.590.820.81
HSL16.5º68.97%11.37%-
HSV(B)16.5º81.63%19.22%-
XYZ1.571.170.4-
YUV27.42117.61143.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=62.82%
G=25.64%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4920900.590.820.8116.568.9711.37
Hex3114903B52511045b
Octal6124110731221212010513
Binary1100011010010010111011101001010100011000010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311409; }

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

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

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

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

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

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

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

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