#310802

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

Shades of Seal Brown #310802

Tints of Seal Brown #310802

Color information

#310802 (or 0x310802) is unknown color: approx Seal Brown. HEX triplet: 31, 08 and 02. RGB value is (49,8,2). Sum of RGB (Red+Green+Blue) = 49+8+2=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310802 is #CEF7FD. Grayscale: #131313. Windows color (decimal): -13563902 or 133169. OLE color: 133169.

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

Color convert

RGB4982-
CMYK00.840.960.81
HSL7.66º92.16%10%-
HSV(B)7.66º95.92%19.22%-
XYZ1.360.830.15-
YUV19.58118.08148.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=83.05%
G=13.56%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal498200.840.960.817.6692.1610
Hex3182054605185ca
Octal6110201241401211013412
Binary1100011000100101010011000001010001100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310802; }

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

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

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

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

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

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

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

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