Html Css Color HEX #073316 Deep Fir

📋 copy color: '#073316'

red 7 ◦ green 51 ◦ blue 22

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

Shades of Deep Fir #073316

Tints of Deep Fir #073316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 63.75%

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

R = 8.75%
G = 63.75%
B = 27.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#073316 (or 0x073316) is known color: Deep Fir. HEX triplet: 07, 33 and 16. RGB value is (7,51,22). Sum of RGB (Red+Green+Blue) = 7+51+22=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #073316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073316 is #F8CCE9. Grayscale: #222222. Windows color (decimal): -16305386 or 1454855. OLE color: 1454855.

HSL color Cylindrical-coordinate representation of color #073316: hue angle of 140.45º degrees, saturation: 0.76, 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 #073316 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 22 -
CMYK 0.86 0 0.57 0.8
HSL 140.45º 0.76% 0.11% -
HSV(B) 140.45º 0.86% 0.2% -
XYZ 1.42 2.47 1.16 -
YUV 34.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 7 51 22 0.86 0 0.57 0.8 140.45 0.76 0.11
Hex 7 33 16 56 0 39 50 8C 4C B
Octal 7 63 26 126 0 71 120 214 114 13
Binary 111 110011 10110 1010110 0 111001 1010000 10001100 1001100 1011

Color Harmonies of #073316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073316

Black with #073316

Text Example


Text Example

White with #073316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073316; }

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

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

background-color css

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

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

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

border-color css

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

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

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