#311108

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

Shades of Seal Brown #311108

Tints of Seal Brown #311108

Color information

#311108 (or 0x311108) is unknown color: approx Seal Brown. HEX triplet: 31, 11 and 08. RGB value is (49,17,8). Sum of RGB (Red+Green+Blue) = 49+17+8=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311108 is #CEEEF7. Grayscale: #191919. Windows color (decimal): -13561592 or 528689. OLE color: 528689.

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

Color convert

RGB49178-
CMYK00.650.840.81
HSL13.17º71.93%11.18%-
HSV(B)13.17º83.67%19.22%-
XYZ1.511.070.36-
YUV25.54118.1144.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=66.22%
G=22.97%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4917800.650.840.8113.1771.9311.18
Hex311180415451d48b
Octal61211001011241211511013
Binary1100011000110000100000110101001010001110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311108; }

 p { color: rgb(49,17,8); }

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

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

 a { background-color: rgb(49,17,8); }

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

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

 span { border-color: rgb(49,17,8); }

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