#083916

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

Shades of Deep Fir #083916

Tints of Deep Fir #083916

Color information

#083916 (or 0x083916) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 16. RGB value is (8,57,22). Sum of RGB (Red+Green+Blue) = 8+57+22=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #083916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083916 is #F7C6E9. Grayscale: #262626. Windows color (decimal): -16238314 or 1456392. OLE color: 1456392.

HSL color Cylindrical-coordinate representation of color #083916: hue angle of 137.14º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083916 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB85722-
CMYK0.8600.610.78
HSL137.14º75.38%12.75%-
HSV(B)137.14º85.96%22.35%-
XYZ1.713.041.26-
YUV38.36118.77106.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 57 (22.66% from 255) = 65.52%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=9.20%
G=65.52%
B=25.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857220.8600.610.78137.1475.3812.75
Hex839165603D4E894bd
Octal10712612607511621111315
Binary1000111001101101010110011110110011101000100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083916; }

 p { color: rgb(8,57,22); }

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

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

 a { background-color: rgb(8,57,22); }

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

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

 span { border-color: rgb(8,57,22); }

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