#084313

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

Shades of Deep Fir #084313

Tints of Deep Fir #084313

Color information

#084313 (or 0x084313) is unknown color: approx Deep Fir. HEX triplet: 08, 43 and 13. RGB value is (8,67,19). Sum of RGB (Red+Green+Blue) = 8+67+19=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #084313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084313 is #F7BCEC. Grayscale: #2C2C2C. Windows color (decimal): -16235757 or 1262344. OLE color: 1262344.

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

Color convert

RGB86719-
CMYK0.8800.720.74
HSL131.19º78.67%14.71%-
HSV(B)131.19º88.06%26.27%-
XYZ2.224.111.29-
YUV43.89113.95102.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=8.51%
G=71.28%
B=20.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867190.8800.720.74131.1978.6714.71
Hex84313580484A834ff
Octal1010323130011011220311717
Binary100010000111001110110000100100010010101000001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084313; }

 p { color: rgb(8,67,19); }

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

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

 a { background-color: rgb(8,67,19); }

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

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

 span { border-color: rgb(8,67,19); }

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