#083911

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

Shades of Deep Fir #083911

Tints of Deep Fir #083911

Color information

#083911 (or 0x083911) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 11. RGB value is (8,57,17). Sum of RGB (Red+Green+Blue) = 8+57+17=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #083911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083911 is #F7C6EE. Grayscale: #252525. Windows color (decimal): -16238319 or 1128712. OLE color: 1128712.

HSL color Cylindrical-coordinate representation of color #083911: hue angle of 131.02º 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 #083911 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB85717-
CMYK0.8600.700.78
HSL131.02º75.38%12.75%-
HSV(B)131.02º85.96%22.35%-
XYZ1.663.021.03-
YUV37.79116.27106.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 57 (22.66% from 255) = 69.51%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=9.76%
G=69.51%
B=20.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857170.8600.700.78131.0275.3812.75
Hex83911560464E834bd
Octal107121126010611620311315
Binary10001110011000110101100100011010011101000001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083911; }

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

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

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

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

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

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

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

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