Html Css Color HEX #084412 Deep Fir

📋 copy color: '#084412'

red 8 ◦ green 68 ◦ blue 18

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

Shades of Deep Fir #084412

Tints of Deep Fir #084412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 72.34%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 8.51%
G = 72.34%
B = 19.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#084412 (or 0x084412) is known color: Deep Fir. HEX triplet: 08, 44 and 12. RGB value is (8,68,18). Sum of RGB (Red+Green+Blue) = 8+68+18=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #084412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084412 is #F7BBED. Grayscale: #2C2C2C. Windows color (decimal): -16235502 or 1197064. OLE color: 1197064.

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

Color convert

RGB 8 68 18 -
CMYK 0.88 0 0.74 0.73
HSL 130º 0.79% 0.15% -
HSV(B) 130º 0.88% 0.27% -
XYZ 2.28 4.23 1.27 -
YUV 44.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 8 68 18 0.88 0 0.74 0.73 130 0.79 0.15
Hex 8 44 12 58 0 4A 49 82 4F F
Octal 10 104 22 130 0 112 111 202 117 17
Binary 1000 1000100 10010 1011000 0 1001010 1001001 10000010 1001111 1111

Color Harmonies of #084412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084412

Black with #084412

Text Example


Text Example

White with #084412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084412; }

 p { color: rgb(8,68,18); }

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

background-color css

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

 a { background-color: rgb(8,68,18); }

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

border-color css

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

 span { border-color: rgb(8,68,18); }

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