Html Css Color HEX #084615 Deep Fir

📋 copy color: '#084615'

red 8 ◦ green 70 ◦ blue 21

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

Shades of Deep Fir #084615

Tints of Deep Fir #084615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 70.71%

 BLUE value IS 21 (8.59% from 255) = 21.21%

R = 8.08%
G = 70.71%
B = 21.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#084615 (or 0x084615) is known color: Deep Fir. HEX triplet: 08, 46 and 15. RGB value is (8,70,21). Sum of RGB (Red+Green+Blue) = 8+70+21=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #084615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084615 is #F7B9EA. Grayscale: #2E2E2E. Windows color (decimal): -16234987 or 1394184. OLE color: 1394184.

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

Color convert

RGB 8 70 21 -
CMYK 0.89 0 0.70 0.73
HSL 132.58º 0.79% 0.15% -
HSV(B) 132.58º 0.89% 0.27% -
XYZ 2.43 4.49 1.45 -
YUV 45.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 8 70 21 0.89 0 0.70 0.73 132.58 0.79 0.15
Hex 8 46 15 59 0 46 49 85 4F F
Octal 10 106 25 131 0 106 111 205 117 17
Binary 1000 1000110 10101 1011001 0 1000110 1001001 10000101 1001111 1111

Color Harmonies of #084615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084615

Black with #084615

Text Example


Text Example

White with #084615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084615; }

 p { color: rgb(8,70,21); }

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

background-color css

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

 a { background-color: rgb(8,70,21); }

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

border-color css

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

 span { border-color: rgb(8,70,21); }

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