Html Css Color HEX #073216 Deep Fir

📋 copy color: '#073216'

red 7 ◦ green 50 ◦ blue 22

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

Shades of Deep Fir #073216

Tints of Deep Fir #073216

RGB

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

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

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

R = 8.86%
G = 63.29%
B = 27.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#073216 (or 0x073216) is known color: Deep Fir. HEX triplet: 07, 32 and 16. RGB value is (7,50,22). Sum of RGB (Red+Green+Blue) = 7+50+22=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #073216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073216 is #F8CDE9. Grayscale: #222222. Windows color (decimal): -16305642 or 1454599. OLE color: 1454599.

HSL color Cylindrical-coordinate representation of color #073216: hue angle of 140.93º 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 #073216 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 22 -
CMYK 0.86 0 0.56 0.80
HSL 140.93º 0.75% 0.11% -
HSV(B) 140.93º 0.86% 0.2% -
XYZ 1.37 2.38 1.15 -
YUV 33.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 7 50 22 0.86 0 0.56 0.80 140.93 0.75 0.11
Hex 7 32 16 56 0 38 50 8D 4B B
Octal 7 62 26 126 0 70 120 215 113 13
Binary 111 110010 10110 1010110 0 111000 1010000 10001101 1001011 1011

Color Harmonies of #073216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073216

Black with #073216

Text Example


Text Example

White with #073216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073216; }

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

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

background-color css

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

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

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

border-color css

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

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

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