Html Css Color HEX #073511 Deep Fir

📋 copy color: '#073511'

red 7 ◦ green 53 ◦ blue 17

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

Shades of Deep Fir #073511

Tints of Deep Fir #073511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 68.83%

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

R = 9.09%
G = 68.83%
B = 22.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#073511 (or 0x073511) is known color: Deep Fir. HEX triplet: 07, 35 and 11. RGB value is (7,53,17). Sum of RGB (Red+Green+Blue) = 7+53+17=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #073511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073511 is #F8CAEE. Grayscale: #232323. Windows color (decimal): -16304879 or 1127687. OLE color: 1127687.

HSL color Cylindrical-coordinate representation of color #073511: hue angle of 133.04º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073511 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 17 -
CMYK 0.87 0 0.68 0.79
HSL 133.04º 0.77% 0.12% -
HSV(B) 133.04º 0.87% 0.21% -
XYZ 1.46 2.63 0.96 -
YUV 35.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 7 53 17 0.87 0 0.68 0.79 133.04 0.77 0.12
Hex 7 35 11 57 0 44 4F 85 4D C
Octal 7 65 21 127 0 104 117 205 115 14
Binary 111 110101 10001 1010111 0 1000100 1001111 10000101 1001101 1100

Color Harmonies of #073511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073511

Black with #073511

Text Example


Text Example

White with #073511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073511; }

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

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

background-color css

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

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

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

border-color css

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

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

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