#084119

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

Shades of Deep Fir #084119

Tints of Deep Fir #084119

Color information

#084119 (or 0x084119) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 19. RGB value is (8,65,25). Sum of RGB (Red+Green+Blue) = 8+65+25=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #084119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084119 is #F7BEE6. Grayscale: #2B2B2B. Windows color (decimal): -16236263 or 1655048. OLE color: 1655048.

HSL color Cylindrical-coordinate representation of color #084119: hue angle of 137.89º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084119 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB86525-
CMYK0.8800.620.75
HSL137.89º78.08%14.31%-
HSV(B)137.89º87.69%25.49%-
XYZ2.173.91.56-
YUV43.4117.62102.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=8.16%
G=66.33%
B=25.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865250.8800.620.75137.8978.0814.31
Hex841195803E4B8a4ee
Octal101013113007611321211616
Binary10001000001110011011000011111010010111000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084119; }

 p { color: rgb(8,65,25); }

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

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

 a { background-color: rgb(8,65,25); }

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

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

 span { border-color: rgb(8,65,25); }

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