#311309

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

Shades of Seal Brown #311309

Tints of Seal Brown #311309

Color information

#311309 (or 0x311309) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 09. RGB value is (49,19,9). Sum of RGB (Red+Green+Blue) = 49+19+9=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311309 is #CEECF6. Grayscale: #1A1A1A. Windows color (decimal): -13561079 or 594737. OLE color: 594737.

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

Color convert

RGB49199-
CMYK00.610.820.81
HSL15º68.97%11.37%-
HSV(B)15º81.63%19.22%-
XYZ1.551.140.4-
YUV26.83117.94143.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=63.64%
G=24.68%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4919900.610.820.811568.9711.37
Hex3113903D5251f45b
Octal6123110751221211710513
Binary110001100111001011110110100101010001111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311309; }

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

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

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

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

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

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

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

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