#311009

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

Shades of Seal Brown #311009

Tints of Seal Brown #311009

Color information

#311009 (or 0x311009) is unknown color: approx Seal Brown. HEX triplet: 31, 10 and 09. RGB value is (49,16,9). Sum of RGB (Red+Green+Blue) = 49+16+9=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311009 is #CEEFF6. Grayscale: #191919. Windows color (decimal): -13561847 or 593969. OLE color: 593969.

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

Color convert

RGB49169-
CMYK00.670.820.81
HSL10.5º68.97%11.37%-
HSV(B)10.5º81.63%19.22%-
XYZ1.51.040.38-
YUV25.07118.93145.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=66.22%
G=21.62%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4916900.670.820.8110.568.9711.37
Hex311090435251b45b
Octal61201101031221211310513
Binary1100011000010010100001110100101010001101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311009; }

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

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

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

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

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

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

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

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