#310D0C

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

Shades of Seal Brown #310D0C

Tints of Seal Brown #310D0C

Color information

#310D0C (or 0x310D0C) is unknown color: approx Seal Brown. HEX triplet: 31, 0D and 0C. RGB value is (49,13,12). Sum of RGB (Red+Green+Blue) = 49+13+12=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D0C is #CEF2F3. Grayscale: #171717. Windows color (decimal): -13562612 or 789809. OLE color: 789809.

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

Color convert

RGB491312-
CMYK00.730.760.81
HSL1.62º60.66%11.96%-
HSV(B)1.62º75.51%19.22%-
XYZ1.480.970.46-
YUV23.65121.43146.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=66.22%
G=17.57%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49131200.730.760.811.6260.6611.96
Hex31DC0494C5123dc
Octal611514011111412127514
Binary110001110111000100100110011001010001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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