Html Css Color HEX #073016 Deep Fir

📋 copy color: '#073016'

red 7 ◦ green 48 ◦ blue 22

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

Shades of Deep Fir #073016

Tints of Deep Fir #073016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 62.34%

 BLUE value IS 22 (8.98% from 255) = 28.57%

R = 9.09%
G = 62.34%
B = 28.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#073016 (or 0x073016) is known color: Deep Fir. HEX triplet: 07, 30 and 16. RGB value is (7,48,22). Sum of RGB (Red+Green+Blue) = 7+48+22=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #073016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073016 is #F8CFE9. Grayscale: #202020. Windows color (decimal): -16306154 or 1454087. OLE color: 1454087.

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

Color convert

RGB 7 48 22 -
CMYK 0.85 0 0.54 0.81
HSL 141.95º 0.75% 0.11% -
HSV(B) 141.95º 0.85% 0.19% -
XYZ 1.29 2.22 1.12 -
YUV 32.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 7 48 22 0.85 0 0.54 0.81 141.95 0.75 0.11
Hex 7 30 16 55 0 36 51 8E 4B B
Octal 7 60 26 125 0 66 121 216 113 13
Binary 111 110000 10110 1010101 0 110110 1010001 10001110 1001011 1011

Color Harmonies of #073016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073016

Black with #073016

Text Example


Text Example

White with #073016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073016; }

 p { color: rgb(7,48,22); }

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

background-color css

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

 a { background-color: rgb(7,48,22); }

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

border-color css

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

 span { border-color: rgb(7,48,22); }

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