Html Css Color HEX #084213 Deep Fir

📋 copy color: '#084213'

red 8 ◦ green 66 ◦ blue 19

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

Shades of Deep Fir #084213

Tints of Deep Fir #084213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 8.6%
G = 70.97%
B = 20.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#084213 (or 0x084213) is known color: Deep Fir. HEX triplet: 08, 42 and 13. RGB value is (8,66,19). Sum of RGB (Red+Green+Blue) = 8+66+19=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #084213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084213 is #F7BDEC. Grayscale: #2B2B2B. Windows color (decimal): -16236013 or 1262088. OLE color: 1262088.

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

Color convert

RGB 8 66 19 -
CMYK 0.88 0 0.71 0.74
HSL 131.38º 0.78% 0.15% -
HSV(B) 131.38º 0.88% 0.26% -
XYZ 2.17 4 1.27 -
YUV 43.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 8 66 19 0.88 0 0.71 0.74 131.38 0.78 0.15
Hex 8 42 13 58 0 47 4A 83 4E F
Octal 10 102 23 130 0 107 112 203 116 17
Binary 1000 1000010 10011 1011000 0 1000111 1001010 10000011 1001110 1111

Color Harmonies of #084213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084213

Black with #084213

Text Example


Text Example

White with #084213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084213; }

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

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

background-color css

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

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

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

border-color css

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

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

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