Html Css Color HEX #084313 Deep Fir

📋 copy color: '#084313'

red 8 ◦ green 67 ◦ blue 19

#084313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #084313

Tints of Deep Fir #084313

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 value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#084313 (or 0x084313) is known color: 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

RGB 8 67 19 -
CMYK 0.88 0 0.72 0.74
HSL 131.19º 0.79% 0.15% -
HSV(B) 131.19º 0.88% 0.26% -
XYZ 2.22 4.11 1.29 -
YUV 43.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 8 67 19 0.88 0 0.72 0.74 131.19 0.79 0.15
Hex 8 43 13 58 0 48 4A 83 4F F
Octal 10 103 23 130 0 110 112 203 117 17
Binary 1000 1000011 10011 1011000 0 1001000 1001010 10000011 1001111 1111

Color Harmonies of #084313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084313

Black with #084313

Text Example


Text Example

White with #084313

Text Example


Text Example

HTML Codes & Css Web 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>