#073A0E

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

Shades of Deep Fir #073A0E

Tints of Deep Fir #073A0E

Color information

#073A0E (or 0x073A0E) is unknown color: approx Deep Fir. HEX triplet: 07, 3A and 0E. RGB value is (7,58,14). Sum of RGB (Red+Green+Blue) = 7+58+14=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #073A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A0E is #F8C5F1. Grayscale: #252525. Windows color (decimal): -16303602 or 932359. OLE color: 932359.

HSL color Cylindrical-coordinate representation of color #073A0E: hue angle of 128.24º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A0E is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB75814-
CMYK0.8800.760.77
HSL128.24º78.46%12.75%-
HSV(B)128.24º87.93%22.75%-
XYZ1.683.10.93-
YUV37.74114.6106.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 58 (23.05% from 255) = 73.42%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=8.86%
G=73.42%
B=17.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758140.8800.760.77128.2478.4612.75
Hex73AE5804C4D804ed
Octal77216130011411520011615
Binary111111010111010110000100110010011011000000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A0E; }

 p { color: rgb(7,58,14); }

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

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

 a { background-color: rgb(7,58,14); }

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

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

 span { border-color: rgb(7,58,14); }

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