#311308

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

Shades of Seal Brown #311308

Tints of Seal Brown #311308

Color information

#311308 (or 0x311308) is unknown color: approx Seal Brown. HEX triplet: 31, 13 and 08. RGB value is (49,19,8). Sum of RGB (Red+Green+Blue) = 49+19+8=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311308 is #CEECF7. Grayscale: #1A1A1A. Windows color (decimal): -13561080 or 529201. OLE color: 529201.

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

Color convert

RGB49198-
CMYK00.610.840.81
HSL16.1º71.93%11.18%-
HSV(B)16.1º83.67%19.22%-
XYZ1.541.140.37-
YUV26.72117.44143.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=64.47%
G=25%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4919800.610.840.8116.171.9311.18
Hex3113803D54511048b
Octal6123100751241212011013
Binary1100011001110000111101101010010100011000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311308; }

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

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

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

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

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

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

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

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