Html Css Color HEX #074414 Deep Fir

📋 copy color: '#074414'

red 7 ◦ green 68 ◦ blue 20

#074414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #074414

Tints of Deep Fir #074414

RGB

 RED value IS 7 (3.13% from 255) = 7.37%

 GREEN value IS 68 (26.95% from 255) = 71.58%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 7.37%
G = 71.58%
B = 21.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#074414 (or 0x074414) is known color: Deep Fir. HEX triplet: 07, 44 and 14. RGB value is (7,68,20). Sum of RGB (Red+Green+Blue) = 7+68+20=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #074414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074414 is #F8BBEB. Grayscale: #2C2C2C. Windows color (decimal): -16301036 or 1328135. OLE color: 1328135.

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

Color convert

RGB 7 68 20 -
CMYK 0.90 0 0.71 0.73
HSL 132.79º 0.81% 0.15% -
HSV(B) 132.79º 0.9% 0.27% -
XYZ 2.28 4.23 1.36 -
YUV 44.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 7 68 20 0.90 0 0.71 0.73 132.79 0.81 0.15
Hex 7 44 14 5A 0 47 49 85 51 F
Octal 7 104 24 132 0 107 111 205 121 17
Binary 111 1000100 10100 1011010 0 1000111 1001001 10000101 1010001 1111

Color Harmonies of #074414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074414

Black with #074414

Text Example


Text Example

White with #074414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074414; }

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

 H1.HeaderClassName
 {
   color: #074414;
 }
 .AnyTagClassName
 {
   color: #074414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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