Html Css Color HEX #084112 Deep Fir

📋 copy color: '#084112'

red 8 ◦ green 65 ◦ blue 18

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

Shades of Deep Fir #084112

Tints of Deep Fir #084112

RGB

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

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

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

R = 8.79%
G = 71.43%
B = 19.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#084112 (or 0x084112) is known color: Deep Fir. HEX triplet: 08, 41 and 12. RGB value is (8,65,18). Sum of RGB (Red+Green+Blue) = 8+65+18=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #084112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084112 is #F7BEED. Grayscale: #2A2A2A. Windows color (decimal): -16236270 or 1196296. OLE color: 1196296.

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

Color convert

RGB 8 65 18 -
CMYK 0.88 0 0.72 0.75
HSL 130.53º 0.78% 0.14% -
HSV(B) 130.53º 0.88% 0.25% -
XYZ 2.1 3.88 1.21 -
YUV 42.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 8 65 18 0.88 0 0.72 0.75 130.53 0.78 0.14
Hex 8 41 12 58 0 48 4B 83 4E E
Octal 10 101 22 130 0 110 113 203 116 16
Binary 1000 1000001 10010 1011000 0 1001000 1001011 10000011 1001110 1110

Color Harmonies of #084112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084112

Black with #084112

Text Example


Text Example

White with #084112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084112; }

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

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

background-color css

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

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

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

border-color css

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

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

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