#310E04

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

Shades of Seal Brown #310E04

Tints of Seal Brown #310E04

Color information

#310E04 (or 0x310E04) is unknown color: approx Seal Brown. HEX triplet: 31, 0E and 04. RGB value is (49,14,4). Sum of RGB (Red+Green+Blue) = 49+14+4=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E04 is #CEF1FB. Grayscale: #171717. Windows color (decimal): -13562364 or 265777. OLE color: 265777.

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

Color convert

RGB49144-
CMYK00.710.920.81
HSL13.33º84.91%10.39%-
HSV(B)13.33º91.84%19.22%-
XYZ1.450.980.23-
YUV23.32117.1146.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=73.13%
G=20.90%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914400.710.920.8113.3384.9110.39
Hex31E40475C51d55a
Octal6116401071341211512512
Binary11000111101000100011110111001010001110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E04; }

 p { color: rgb(49,14,4); }

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

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

 a { background-color: rgb(49,14,4); }

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

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

 span { border-color: rgb(49,14,4); }

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