Html Css Color HEX #084311 Deep Fir

📋 copy color: '#084311'

red 8 ◦ green 67 ◦ blue 17

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

Shades of Deep Fir #084311

Tints of Deep Fir #084311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 72.83%

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

R = 8.7%
G = 72.83%
B = 18.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#084311 (or 0x084311) is known color: Deep Fir. HEX triplet: 08, 43 and 11. RGB value is (8,67,17). Sum of RGB (Red+Green+Blue) = 8+67+17=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #084311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084311 is #F7BCEE. Grayscale: #2B2B2B. Windows color (decimal): -16235759 or 1131272. OLE color: 1131272.

HSL color Cylindrical-coordinate representation of color #084311: hue angle of 129.15º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084311 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 67 17 -
CMYK 0.88 0 0.75 0.74
HSL 129.15º 0.79% 0.15% -
HSV(B) 129.15º 0.88% 0.26% -
XYZ 2.21 4.11 1.21 -
YUV 43.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 8 67 17 0.88 0 0.75 0.74 129.15 0.79 0.15
Hex 8 43 11 58 0 4B 4A 81 4F F
Octal 10 103 21 130 0 113 112 201 117 17
Binary 1000 1000011 10001 1011000 0 1001011 1001010 10000001 1001111 1111

Color Harmonies of #084311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084311

Black with #084311

Text Example


Text Example

White with #084311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084311; }

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

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

background-color css

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

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

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

border-color css

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

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

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