Html Css Color HEX #084014 Deep Fir

📋 copy color: '#084014'

red 8 ◦ green 64 ◦ blue 20

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

Shades of Deep Fir #084014

Tints of Deep Fir #084014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 69.57%

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

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#084014 (or 0x084014) is known color: Deep Fir. HEX triplet: 08, 40 and 14. RGB value is (8,64,20). Sum of RGB (Red+Green+Blue) = 8+64+20=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #084014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084014 is #F7BFEB. Grayscale: #2A2A2A. Windows color (decimal): -16236524 or 1327112. OLE color: 1327112.

HSL color Cylindrical-coordinate representation of color #084014: hue angle of 132.86º 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 #084014 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 20 -
CMYK 0.87 0 0.69 0.75
HSL 132.86º 0.78% 0.14% -
HSV(B) 132.86º 0.88% 0.25% -
XYZ 2.06 3.77 1.28 -
YUV 42.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 8 64 20 0.87 0 0.69 0.75 132.86 0.78 0.14
Hex 8 40 14 57 0 45 4B 85 4E E
Octal 10 100 24 127 0 105 113 205 116 16
Binary 1000 1000000 10100 1010111 0 1000101 1001011 10000101 1001110 1110

Color Harmonies of #084014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084014

Black with #084014

Text Example


Text Example

White with #084014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084014; }

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

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

background-color css

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

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

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

border-color css

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

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

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