#310908

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

Shades of Seal Brown #310908

Tints of Seal Brown #310908

Color information

#310908 (or 0x310908) is unknown color: approx Seal Brown. HEX triplet: 31, 09 and 08. RGB value is (49,9,8). Sum of RGB (Red+Green+Blue) = 49+9+8=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310908 is #CEF6F7. Grayscale: #141414. Windows color (decimal): -13563640 or 526641. OLE color: 526641.

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

Color convert

RGB4998-
CMYK00.820.840.81
HSL1.46º71.93%11.18%-
HSV(B)1.46º83.67%19.22%-
XYZ1.410.870.32-
YUV20.85120.75148.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=74.24%
G=13.64%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal499800.820.840.811.4671.9311.18
Hex31980525451148b
Octal6111100122124121111013
Binary110001100110000101001010101001010001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310908; }

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

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

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

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

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

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

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

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