Html Css Color HEX #084316 Deep Fir

📋 copy color: '#084316'

red 8 ◦ green 67 ◦ blue 22

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

Shades of Deep Fir #084316

Tints of Deep Fir #084316

RGB

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

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

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

R = 8.25%
G = 69.07%
B = 22.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#084316 (or 0x084316) is known color: Deep Fir. HEX triplet: 08, 43 and 16. RGB value is (8,67,22). Sum of RGB (Red+Green+Blue) = 8+67+22=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #084316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084316 is #F7BCE9. Grayscale: #2C2C2C. Windows color (decimal): -16235754 or 1458952. OLE color: 1458952.

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

Color convert

RGB 8 67 22 -
CMYK 0.88 0 0.67 0.74
HSL 134.24º 0.79% 0.15% -
HSV(B) 134.24º 0.88% 0.26% -
XYZ 2.25 4.12 1.44 -
YUV 44.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 8 67 22 0.88 0 0.67 0.74 134.24 0.79 0.15
Hex 8 43 16 58 0 43 4A 86 4F F
Octal 10 103 26 130 0 103 112 206 117 17
Binary 1000 1000011 10110 1011000 0 1000011 1001010 10000110 1001111 1111

Color Harmonies of #084316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084316

Black with #084316

Text Example


Text Example

White with #084316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084316; }

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

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

background-color css

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

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

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

border-color css

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

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

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