Html Css Color HEX #084116 Deep Fir

📋 copy color: '#084116'

red 8 ◦ green 65 ◦ blue 22

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

Shades of Deep Fir #084116

Tints of Deep Fir #084116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 8.42%
G = 68.42%
B = 23.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#084116 (or 0x084116) is known color: Deep Fir. HEX triplet: 08, 41 and 16. RGB value is (8,65,22). Sum of RGB (Red+Green+Blue) = 8+65+22=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #084116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084116 is #F7BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16236266 or 1458440. OLE color: 1458440.

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

Color convert

RGB 8 65 22 -
CMYK 0.88 0 0.66 0.75
HSL 134.74º 0.78% 0.14% -
HSV(B) 134.74º 0.88% 0.25% -
XYZ 2.14 3.89 1.4 -
YUV 43.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 8 65 22 0.88 0 0.66 0.75 134.74 0.78 0.14
Hex 8 41 16 58 0 42 4B 87 4E E
Octal 10 101 26 130 0 102 113 207 116 16
Binary 1000 1000001 10110 1011000 0 1000010 1001011 10000111 1001110 1110

Color Harmonies of #084116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084116

Black with #084116

Text Example


Text Example

White with #084116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084116; }

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

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

background-color css

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

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

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

border-color css

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

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

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