#073414

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

Shades of Deep Fir #073414

Tints of Deep Fir #073414

Color information

#073414 (or 0x073414) is unknown color: approx Deep Fir. HEX triplet: 07, 34 and 14. RGB value is (7,52,20). Sum of RGB (Red+Green+Blue) = 7+52+20=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #073414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073414 is #F8CBEB. Grayscale: #222222. Windows color (decimal): -16305132 or 1324039. OLE color: 1324039.

HSL color Cylindrical-coordinate representation of color #073414: hue angle of 137.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073414 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB75220-
CMYK0.8700.620.80
HSL137.33º76.27%11.57%-
HSV(B)137.33º86.54%20.39%-
XYZ1.442.551.08-
YUV34.9119.59108.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 52 (20.70% from 255) = 65.82%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=8.86%
G=65.82%
B=25.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752200.8700.620.80137.3376.2711.57
Hex734145703E50894cc
Octal7642412707612021111414
Binary111110100101001010111011111010100001000100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073414; }

 p { color: rgb(7,52,20); }

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

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

 a { background-color: rgb(7,52,20); }

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

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

 span { border-color: rgb(7,52,20); }

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