#05310D

Color #05310D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #05310D

Tints of Deep Fir #05310D

Color information

#05310D (or 0x05310D) is unknown color: approx Deep Fir. HEX triplet: 05, 31 and 0D. RGB value is (5,49,13). Sum of RGB (Red+Green+Blue) = 5+49+13=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #05310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310D is #FACEF2. Grayscale: #1F1F1F. Windows color (decimal): -16436979 or 864517. OLE color: 864517.

HSL color Cylindrical-coordinate representation of color #05310D: hue angle of 130.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05310D is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB54913-
CMYK0.9000.730.81
HSL130.91º81.48%10.59%-
HSV(B)130.91º89.8%19.22%-
XYZ1.232.260.75-
YUV31.74117.42108.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 49 (19.53% from 255) = 73.13%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=7.46%
G=73.13%
B=19.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549130.9000.730.81130.9181.4810.59
Hex531D5A049518351b
Octal56115132011112120312113
Binary101110001110110110100100100110100011000001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05310D; }

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

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

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

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

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

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

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

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