Html Css Color HEX #084214 Deep Fir

📋 copy color: '#084214'

red 8 ◦ green 66 ◦ blue 20

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

Shades of Deep Fir #084214

Tints of Deep Fir #084214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.21%

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

R = 8.51%
G = 70.21%
B = 21.28%

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

#084214 (or 0x084214) is known color: Deep Fir. HEX triplet: 08, 42 and 14. RGB value is (8,66,20). Sum of RGB (Red+Green+Blue) = 8+66+20=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #084214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084214 is #F7BDEB. Grayscale: #2B2B2B. Windows color (decimal): -16236012 or 1327624. OLE color: 1327624.

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

Color convert

RGB 8 66 20 -
CMYK 0.88 0 0.70 0.74
HSL 132.41º 0.78% 0.15% -
HSV(B) 132.41º 0.88% 0.26% -
XYZ 2.17 4 1.32 -
YUV 43.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 8 66 20 0.88 0 0.70 0.74 132.41 0.78 0.15
Hex 8 42 14 58 0 46 4A 84 4E F
Octal 10 102 24 130 0 106 112 204 116 17
Binary 1000 1000010 10100 1011000 0 1000110 1001010 10000100 1001110 1111

Color Harmonies of #084214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084214

Black with #084214

Text Example


Text Example

White with #084214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084214; }

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

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

background-color css

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

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

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

border-color css

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

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

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