Html Css Color HEX #084513 Deep Fir

📋 copy color: '#084513'

red 8 ◦ green 69 ◦ blue 19

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

Shades of Deep Fir #084513

Tints of Deep Fir #084513

RGB

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

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

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

R = 8.33%
G = 71.88%
B = 19.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#084513 (or 0x084513) is known color: Deep Fir. HEX triplet: 08, 45 and 13. RGB value is (8,69,19). Sum of RGB (Red+Green+Blue) = 8+69+19=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #084513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084513 is #F7BAEC. Grayscale: #2D2D2D. Windows color (decimal): -16235245 or 1262856. OLE color: 1262856.

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

Color convert

RGB 8 69 19 -
CMYK 0.88 0 0.72 0.73
HSL 130.82º 0.79% 0.15% -
HSV(B) 130.82º 0.88% 0.27% -
XYZ 2.35 4.35 1.33 -
YUV 45.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 8 69 19 0.88 0 0.72 0.73 130.82 0.79 0.15
Hex 8 45 13 58 0 48 49 83 4F F
Octal 10 105 23 130 0 110 111 203 117 17
Binary 1000 1000101 10011 1011000 0 1001000 1001001 10000011 1001111 1111

Color Harmonies of #084513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084513

Black with #084513

Text Example


Text Example

White with #084513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084513; }

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

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

background-color css

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

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

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

border-color css

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

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

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