#310D04

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

Shades of Seal Brown #310D04

Tints of Seal Brown #310D04

Color information

#310D04 (or 0x310D04) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 04. RGB value is (49,13,4). Sum of RGB (Red+Green+Blue) = 49+13+4=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D04 is #CEF2FB. Grayscale: #161616. Windows color (decimal): -13562620 or 265521. OLE color: 265521.

HSL color Cylindrical-coordinate representation of color #310D04: hue angle of 12º 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 #310D04 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49134-
CMYK00.730.920.81
HSL12º84.91%10.39%-
HSV(B)12º91.84%19.22%-
XYZ1.430.950.22-
YUV22.74117.43146.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=74.24%
G=19.70%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913400.730.920.811284.9110.39
Hex31D40495C51c55a
Octal6115401111341211412512
Binary11000111011000100100110111001010001110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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