Html Css Color HEX #084013 Deep Fir

📋 copy color: '#084013'

red 8 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #084013

Tints of Deep Fir #084013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 70.33%

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

R = 8.79%
G = 70.33%
B = 20.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#084013 (or 0x084013) is known color: Deep Fir. HEX triplet: 08, 40 and 13. RGB value is (8,64,19). Sum of RGB (Red+Green+Blue) = 8+64+19=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #084013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084013 is #F7BFEC. Grayscale: #2A2A2A. Windows color (decimal): -16236525 or 1261576. OLE color: 1261576.

HSL color Cylindrical-coordinate representation of color #084013: hue angle of 131.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084013 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 19 -
CMYK 0.87 0 0.70 0.75
HSL 131.79º 0.78% 0.14% -
HSV(B) 131.79º 0.88% 0.25% -
XYZ 2.05 3.77 1.23 -
YUV 42.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 8 64 19 0.87 0 0.70 0.75 131.79 0.78 0.14
Hex 8 40 13 57 0 46 4B 84 4E E
Octal 10 100 23 127 0 106 113 204 116 16
Binary 1000 1000000 10011 1010111 0 1000110 1001011 10000100 1001110 1110

Color Harmonies of #084013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084013

Black with #084013

Text Example


Text Example

White with #084013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084013; }

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

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

background-color css

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

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

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

border-color css

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

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

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