#05310E

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

Shades of Deep Fir #05310E

Tints of Deep Fir #05310E

Color information

#05310E (or 0x05310E) is unknown color: approx Deep Fir. HEX triplet: 05, 31 and 0E. RGB value is (5,49,14). Sum of RGB (Red+Green+Blue) = 5+49+14=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #05310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05310E is #FACEF1. Grayscale: #1F1F1F. Windows color (decimal): -16436978 or 930053. OLE color: 930053.

HSL color Cylindrical-coordinate representation of color #05310E: hue angle of 132.27º 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 #05310E is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB54914-
CMYK0.9000.710.81
HSL132.27º81.48%10.59%-
HSV(B)132.27º89.8%19.22%-
XYZ1.242.260.79-
YUV31.85117.92108.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 49 (19.53% from 255) = 72.06%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=7.35%
G=72.06%
B=20.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549140.9000.710.81132.2781.4810.59
Hex531E5A047518451b
Octal56116132010712120412113
Binary101110001111010110100100011110100011000010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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