Html Css Color HEX #084114 Deep Fir

📋 copy color: '#084114'

red 8 ◦ green 65 ◦ blue 20

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

Shades of Deep Fir #084114

Tints of Deep Fir #084114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 69.89%

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

R = 8.6%
G = 69.89%
B = 21.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#084114 (or 0x084114) is known color: Deep Fir. HEX triplet: 08, 41 and 14. RGB value is (8,65,20). Sum of RGB (Red+Green+Blue) = 8+65+20=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #084114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084114 is #F7BEEB. Grayscale: #2A2A2A. Windows color (decimal): -16236268 or 1327368. OLE color: 1327368.

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

Color convert

RGB 8 65 20 -
CMYK 0.88 0 0.69 0.75
HSL 132.63º 0.78% 0.14% -
HSV(B) 132.63º 0.88% 0.25% -
XYZ 2.12 3.88 1.3 -
YUV 42.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 8 65 20 0.88 0 0.69 0.75 132.63 0.78 0.14
Hex 8 41 14 58 0 45 4B 85 4E E
Octal 10 101 24 130 0 105 113 205 116 16
Binary 1000 1000001 10100 1011000 0 1000101 1001011 10000101 1001110 1110

Color Harmonies of #084114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084114

Black with #084114

Text Example


Text Example

White with #084114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084114; }

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

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

background-color css

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

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

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

border-color css

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

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

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