Html Css Color HEX #073214 Deep Fir

📋 copy color: '#073214'

red 7 ◦ green 50 ◦ blue 20

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

Shades of Deep Fir #073214

Tints of Deep Fir #073214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 64.94%

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

R = 9.09%
G = 64.94%
B = 25.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#073214 (or 0x073214) is known color: Deep Fir. HEX triplet: 07, 32 and 14. RGB value is (7,50,20). Sum of RGB (Red+Green+Blue) = 7+50+20=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #073214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073214 is #F8CDEB. Grayscale: #212121. Windows color (decimal): -16305644 or 1323527. OLE color: 1323527.

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

Color convert

RGB 7 50 20 -
CMYK 0.86 0 0.60 0.80
HSL 138.14º 0.75% 0.11% -
HSV(B) 138.14º 0.86% 0.2% -
XYZ 1.35 2.38 1.05 -
YUV 33.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 7 50 20 0.86 0 0.60 0.80 138.14 0.75 0.11
Hex 7 32 14 56 0 3C 50 8A 4B B
Octal 7 62 24 126 0 74 120 212 113 13
Binary 111 110010 10100 1010110 0 111100 1010000 10001010 1001011 1011

Color Harmonies of #073214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073214

Black with #073214

Text Example


Text Example

White with #073214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073214; }

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

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

background-color css

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

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

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

border-color css

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

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

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