Html Css Color HEX #084314 Deep Fir

📋 copy color: '#084314'

red 8 ◦ green 67 ◦ blue 20

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

Shades of Deep Fir #084314

Tints of Deep Fir #084314

RGB

 RED value IS 8 (3.52% from 255) = 8.42%

 GREEN value IS 67 (26.56% from 255) = 70.53%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 8.42%
G = 70.53%
B = 21.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#084314 (or 0x084314) is known color: Deep Fir. HEX triplet: 08, 43 and 14. RGB value is (8,67,20). Sum of RGB (Red+Green+Blue) = 8+67+20=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #084314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084314 is #F7BCEB. Grayscale: #2C2C2C. Windows color (decimal): -16235756 or 1327880. OLE color: 1327880.

HSL color Cylindrical-coordinate representation of color #084314: hue angle of 132.2º 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 #084314 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 20 -
CMYK 0.88 0 0.70 0.74
HSL 132.2º 0.79% 0.15% -
HSV(B) 132.2º 0.88% 0.26% -
XYZ 2.23 4.12 1.34 -
YUV 44 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 8 67 20 0.88 0 0.70 0.74 132.2 0.79 0.15
Hex 8 43 14 58 0 46 4A 84 4F F
Octal 10 103 24 130 0 106 112 204 117 17
Binary 1000 1000011 10100 1011000 0 1000110 1001010 10000100 1001111 1111

Color Harmonies of #084314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084314

Black with #084314

Text Example


Text Example

White with #084314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084314; }

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

 H1.HeaderClassName
 {
   color: #084314;
 }
 .AnyTagClassName
 {
   color: #084314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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