#073011

Color #073011 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #073011

Tints of Deep Fir #073011

Color information

#073011 (or 0x073011) is unknown color: approx 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

RGB74817-
CMYK0.8500.650.81
HSL134.63º74.55%10.78%-
HSV(B)134.63º85.42%18.82%-
XYZ1.252.20.89-
YUV32.21119.42110.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748170.8500.650.81134.6374.5510.78
Hex730115504151874bb
Octal76021125010112120711313
Binary1111100001000110101010100000110100011000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>