#084418

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

Shades of Deep Fir #084418

Tints of Deep Fir #084418

Color information

#084418 (or 0x084418) is unknown color: approx Deep Fir. HEX triplet: 08, 44 and 18. RGB value is (8,68,24). Sum of RGB (Red+Green+Blue) = 8+68+24=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #084418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084418 is #F7BBE7. Grayscale: #2D2D2D. Windows color (decimal): -16235496 or 1590280. OLE color: 1590280.

HSL color Cylindrical-coordinate representation of color #084418: hue angle of 136º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084418 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB86824-
CMYK0.8800.650.73
HSL136º78.95%14.9%-
HSV(B)136º88.24%26.67%-
XYZ2.334.251.56-
YUV45.04116.12101.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 68 (26.95% from 255) = 68%
BLUE value IS 24 (9.77% from 255) = 24%
R=8%
G=68%
B=24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868240.8800.650.7313678.9514.9
Hex844185804149884ff
Octal1010430130010111121011717
Binary100010001001100010110000100000110010011000100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084418; }

 p { color: rgb(8,68,24); }

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

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

 a { background-color: rgb(8,68,24); }

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

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

 span { border-color: rgb(8,68,24); }

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