Html Css Color HEX #084111 Deep Fir

📋 copy color: '#084111'

red 8 ◦ green 65 ◦ blue 17

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

Shades of Deep Fir #084111

Tints of Deep Fir #084111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.89%

R = 8.89%
G = 72.22%
B = 18.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#084111 (or 0x084111) is known color: Deep Fir. HEX triplet: 08, 41 and 11. RGB value is (8,65,17). Sum of RGB (Red+Green+Blue) = 8+65+17=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #084111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084111 is #F7BEEE. Grayscale: #2A2A2A. Windows color (decimal): -16236271 or 1130760. OLE color: 1130760.

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

Color convert

RGB 8 65 17 -
CMYK 0.88 0 0.74 0.75
HSL 129.47º 0.78% 0.14% -
HSV(B) 129.47º 0.88% 0.25% -
XYZ 2.09 3.87 1.17 -
YUV 42.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 8 65 17 0.88 0 0.74 0.75 129.47 0.78 0.14
Hex 8 41 11 58 0 4A 4B 81 4E E
Octal 10 101 21 130 0 112 113 201 116 16
Binary 1000 1000001 10001 1011000 0 1001010 1001011 10000001 1001110 1110

Color Harmonies of #084111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084111

Black with #084111

Text Example


Text Example

White with #084111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084111; }

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

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

background-color css

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

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

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

border-color css

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

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

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