Html Css Color HEX #085015 Deep Fir

📋 copy color: '#085015'

red 8 ◦ green 80 ◦ blue 21

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

Shades of Deep Fir #085015

Tints of Deep Fir #085015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 73.39%

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

R = 7.34%
G = 73.39%
B = 19.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#085015 (or 0x085015) is known color: Deep Fir. HEX triplet: 08, 50 and 15. RGB value is (8,80,21). Sum of RGB (Red+Green+Blue) = 8+80+21=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #085015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085015 is #F7AFEA. Grayscale: #333333. Windows color (decimal): -16232427 or 1396744. OLE color: 1396744.

HSL color Cylindrical-coordinate representation of color #085015: hue angle of 130.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085015 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 21 -
CMYK 0.90 0 0.74 0.69
HSL 130.83º 0.82% 0.17% -
HSV(B) 130.83º 0.9% 0.31% -
XYZ 3.1 5.84 1.67 -
YUV 51.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 8 80 21 0.90 0 0.74 0.69 130.83 0.82 0.17
Hex 8 50 15 5A 0 4A 45 83 52 11
Octal 10 120 25 132 0 112 105 203 122 21
Binary 1000 1010000 10101 1011010 0 1001010 1000101 10000011 1010010 10001

Color Harmonies of #085015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085015

Black with #085015

Text Example


Text Example

White with #085015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085015; }

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

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

background-color css

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

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

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

border-color css

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

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

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