#073115

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

Shades of Deep Fir #073115

Tints of Deep Fir #073115

Color information

#073115 (or 0x073115) is unknown color: approx Deep Fir. HEX triplet: 07, 31 and 15. RGB value is (7,49,21). Sum of RGB (Red+Green+Blue) = 7+49+21=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #073115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073115 is #F8CEEA. Grayscale: #212121. Windows color (decimal): -16305899 or 1388807. OLE color: 1388807.

HSL color Cylindrical-coordinate representation of color #073115: hue angle of 140º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073115 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB74921-
CMYK0.8600.570.81
HSL140º75%10.98%-
HSV(B)140º85.71%19.22%-
XYZ1.322.31.08-
YUV33.25121.09109.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=9.09%
G=63.64%
B=27.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749210.8600.570.811407510.98
Hex7311556039518c4bb
Octal7612512607112121411313
Binary111110001101011010110011100110100011000110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073115; }

 p { color: rgb(7,49,21); }

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

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

 a { background-color: rgb(7,49,21); }

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

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

 span { border-color: rgb(7,49,21); }

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