#310807

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

Shades of Seal Brown #310807

Tints of Seal Brown #310807

Color information

#310807 (or 0x310807) is unknown color: approx Seal Brown. HEX triplet: 31, 08 and 07. RGB value is (49,8,7). Sum of RGB (Red+Green+Blue) = 49+8+7=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310807 is #CEF7F8. Grayscale: #141414. Windows color (decimal): -13563897 or 460849. OLE color: 460849.

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

Color convert

RGB4987-
CMYK00.840.860.81
HSL1.43º75%10.98%-
HSV(B)1.43º85.71%19.22%-
XYZ1.390.840.29-
YUV20.15120.58148.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 76.56%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 7 (3.12% from 255) = 10.94%
R=76.56%
G=12.5%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal498700.840.860.811.437510.98
Hex3187054565114bb
Octal611070124126121111313
Binary11000110001110101010010101101010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310807; }

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

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

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

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

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

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

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

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