Html Css Color HEX #084415 Deep Fir

📋 copy color: '#084415'

red 8 ◦ green 68 ◦ blue 21

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

Shades of Deep Fir #084415

Tints of Deep Fir #084415

RGB

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

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

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

R = 8.25%
G = 70.1%
B = 21.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#084415 (or 0x084415) is known color: Deep Fir. HEX triplet: 08, 44 and 15. RGB value is (8,68,21). Sum of RGB (Red+Green+Blue) = 8+68+21=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #084415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084415 is #F7BBEA. Grayscale: #2C2C2C. Windows color (decimal): -16235499 or 1393672. OLE color: 1393672.

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

Color convert

RGB 8 68 21 -
CMYK 0.88 0 0.69 0.73
HSL 133º 0.79% 0.15% -
HSV(B) 133º 0.88% 0.27% -
XYZ 2.3 4.24 1.41 -
YUV 44.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 8 68 21 0.88 0 0.69 0.73 133 0.79 0.15
Hex 8 44 15 58 0 45 49 85 4F F
Octal 10 104 25 130 0 105 111 205 117 17
Binary 1000 1000100 10101 1011000 0 1000101 1001001 10000101 1001111 1111

Color Harmonies of #084415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084415

Black with #084415

Text Example


Text Example

White with #084415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084415; }

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

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

background-color css

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

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

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

border-color css

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

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

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