Html Css Color HEX #084215 Deep Fir

📋 copy color: '#084215'

red 8 ◦ green 66 ◦ blue 21

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

Shades of Deep Fir #084215

Tints of Deep Fir #084215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 69.47%

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

R = 8.42%
G = 69.47%
B = 22.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#084215 (or 0x084215) is known color: Deep Fir. HEX triplet: 08, 42 and 15. RGB value is (8,66,21). Sum of RGB (Red+Green+Blue) = 8+66+21=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #084215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084215 is #F7BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16236011 or 1393160. OLE color: 1393160.

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

Color convert

RGB 8 66 21 -
CMYK 0.88 0 0.68 0.74
HSL 133.45º 0.78% 0.15% -
HSV(B) 133.45º 0.88% 0.26% -
XYZ 2.18 4 1.37 -
YUV 43.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 8 66 21 0.88 0 0.68 0.74 133.45 0.78 0.15
Hex 8 42 15 58 0 44 4A 85 4E F
Octal 10 102 25 130 0 104 112 205 116 17
Binary 1000 1000010 10101 1011000 0 1000100 1001010 10000101 1001110 1111

Color Harmonies of #084215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084215

Black with #084215

Text Example


Text Example

White with #084215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084215; }

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

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

background-color css

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

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

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

border-color css

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

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

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