#073811

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

Shades of Deep Fir #073811

Tints of Deep Fir #073811

Color information

#073811 (or 0x073811) is unknown color: approx Deep Fir. HEX triplet: 07, 38 and 11. RGB value is (7,56,17). Sum of RGB (Red+Green+Blue) = 7+56+17=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #073811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073811 is #F8C7EE. Grayscale: #252525. Windows color (decimal): -16304111 or 1128455. OLE color: 1128455.

HSL color Cylindrical-coordinate representation of color #073811: hue angle of 132.24º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073811 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB75617-
CMYK0.8800.700.78
HSL132.24º77.78%12.35%-
HSV(B)132.24º87.5%21.96%-
XYZ1.62.911.01-
YUV36.9116.77106.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 56 (22.27% from 255) = 70%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=8.75%
G=70%
B=21.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756170.8800.700.78132.2477.7812.35
Hex73811580464E844ec
Octal77021130010611620411614
Binary1111110001000110110000100011010011101000010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073811; }

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

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

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

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

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

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

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

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