#310D0A

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

Shades of Seal Brown #310D0A

Tints of Seal Brown #310D0A

Color information

#310D0A (or 0x310D0A) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 0A. RGB value is (49,13,10). Sum of RGB (Red+Green+Blue) = 49+13+10=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0A is #CEF2F5. Grayscale: #171717. Windows color (decimal): -13562614 or 658737. OLE color: 658737.

HSL color Cylindrical-coordinate representation of color #310D0A: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310D0A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB491310-
CMYK00.730.800.81
HSL4.62º66.1%11.57%-
HSV(B)4.62º79.59%19.22%-
XYZ1.470.960.4-
YUV23.42120.43146.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=68.06%
G=18.06%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49131000.730.800.814.6266.111.57
Hex31DA0495051542c
Octal6115120111120121510214
Binary11000111011010010010011010000101000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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