Html Css Color HEX #073011 Deep Fir

📋 copy color: '#073011'

red 7 ◦ green 48 ◦ blue 17

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

Shades of Deep Fir #073011

Tints of Deep Fir #073011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 9.72%
G = 66.67%
B = 23.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#073011 (or 0x073011) is known color: Deep Fir. HEX triplet: 07, 30 and 11. RGB value is (7,48,17). Sum of RGB (Red+Green+Blue) = 7+48+17=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #073011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073011 is #F8CFEE. Grayscale: #202020. Windows color (decimal): -16306159 or 1126407. OLE color: 1126407.

HSL color Cylindrical-coordinate representation of color #073011: hue angle of 134.63º 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 #073011 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 17 -
CMYK 0.85 0 0.65 0.81
HSL 134.63º 0.75% 0.11% -
HSV(B) 134.63º 0.85% 0.19% -
XYZ 1.25 2.2 0.89 -
YUV 32.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 7 48 17 0.85 0 0.65 0.81 134.63 0.75 0.11
Hex 7 30 11 55 0 41 51 87 4B B
Octal 7 60 21 125 0 101 121 207 113 13
Binary 111 110000 10001 1010101 0 1000001 1010001 10000111 1001011 1011

Color Harmonies of #073011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073011

Black with #073011

Text Example


Text Example

White with #073011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073011; }

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

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

background-color css

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

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

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

border-color css

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

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

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