Html Css Color HEX #084011 Deep Fir

📋 copy color: '#084011'

red 8 ◦ green 64 ◦ blue 17

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

Shades of Deep Fir #084011

Tints of Deep Fir #084011

RGB

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

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

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

R = 8.99%
G = 71.91%
B = 19.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#084011 (or 0x084011) is known color: Deep Fir. HEX triplet: 08, 40 and 11. RGB value is (8,64,17). Sum of RGB (Red+Green+Blue) = 8+64+17=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #084011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084011 is #F7BFEE. Grayscale: #2A2A2A. Windows color (decimal): -16236527 or 1130504. OLE color: 1130504.

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

Color convert

RGB 8 64 17 -
CMYK 0.87 0 0.73 0.75
HSL 129.64º 0.78% 0.14% -
HSV(B) 129.64º 0.88% 0.25% -
XYZ 2.03 3.76 1.15 -
YUV 41.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 8 64 17 0.87 0 0.73 0.75 129.64 0.78 0.14
Hex 8 40 11 57 0 49 4B 82 4E E
Octal 10 100 21 127 0 111 113 202 116 16
Binary 1000 1000000 10001 1010111 0 1001001 1001011 10000010 1001110 1110

Color Harmonies of #084011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084011

Black with #084011

Text Example


Text Example

White with #084011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084011; }

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

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

background-color css

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

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

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

border-color css

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

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

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