#083616

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

Shades of Deep Fir #083616

Tints of Deep Fir #083616

Color information

#083616 (or 0x083616) is unknown color: approx Deep Fir. HEX triplet: 08, 36 and 16. RGB value is (8,54,22). Sum of RGB (Red+Green+Blue) = 8+54+22=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #083616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083616 is #F7C9E9. Grayscale: #242424. Windows color (decimal): -16239082 or 1455624. OLE color: 1455624.

HSL color Cylindrical-coordinate representation of color #083616: hue angle of 138.26º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083616 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB85422-
CMYK0.8500.590.79
HSL138.26º74.19%12.16%-
HSV(B)138.26º85.19%21.18%-
XYZ1.562.751.21-
YUV36.6119.76107.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 54 (21.48% from 255) = 64.29%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=9.52%
G=64.29%
B=26.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854220.8500.590.79138.2674.1912.16
Hex836165503B4F8a4ac
Octal10662612507311721211214
Binary1000110110101101010101011101110011111000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083616; }

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

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

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

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

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

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

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

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