Html Css Color HEX #084515 Deep Fir

📋 copy color: '#084515'

red 8 ◦ green 69 ◦ blue 21

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

Shades of Deep Fir #084515

Tints of Deep Fir #084515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 70.41%

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

R = 8.16%
G = 70.41%
B = 21.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#084515 (or 0x084515) is known color: Deep Fir. HEX triplet: 08, 45 and 15. RGB value is (8,69,21). Sum of RGB (Red+Green+Blue) = 8+69+21=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #084515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084515 is #F7BAEA. Grayscale: #2D2D2D. Windows color (decimal): -16235243 or 1393928. OLE color: 1393928.

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

Color convert

RGB 8 69 21 -
CMYK 0.88 0 0.70 0.73
HSL 132.79º 0.79% 0.15% -
HSV(B) 132.79º 0.88% 0.27% -
XYZ 2.36 4.36 1.43 -
YUV 45.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 8 69 21 0.88 0 0.70 0.73 132.79 0.79 0.15
Hex 8 45 15 58 0 46 49 85 4F F
Octal 10 105 25 130 0 106 111 205 117 17
Binary 1000 1000101 10101 1011000 0 1000110 1001001 10000101 1001111 1111

Color Harmonies of #084515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084515

Black with #084515

Text Example


Text Example

White with #084515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084515; }

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

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

background-color css

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

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

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

border-color css

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

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

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