#072811

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

Shades of Deep Fir #072811

Tints of Deep Fir #072811

Color information

#072811 (or 0x072811) is unknown color: approx Deep Fir. HEX triplet: 07, 28 and 11. RGB value is (7,40,17). Sum of RGB (Red+Green+Blue) = 7+40+17=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #072811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072811 is #F8D7EE. Grayscale: #1B1B1B. Windows color (decimal): -16308207 or 1124359. OLE color: 1124359.

HSL color Cylindrical-coordinate representation of color #072811: hue angle of 138.18º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072811 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB74017-
CMYK0.8300.570.84
HSL138.18º70.21%9.22%-
HSV(B)138.18º82.5%15.69%-
XYZ0.951.60.79-
YUV27.51122.07113.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=10.94%
G=62.5%
B=26.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal740170.8300.570.84138.1870.219.22
Hex7281153039548a469
Octal7502112307112421210611
Binary111101000100011010011011100110101001000101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072811; }

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

 H1.HeaderClassName
 {
   color: #072811;
 }
 .AnyTagClassName
 {
   color: #072811;
 }
</style>
background-color css

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

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

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

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

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

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