#084115

Color #084115 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #084115

Tints of Deep Fir #084115

Color information

#084115 (or 0x084115) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 15. RGB value is (8,65,21). Sum of RGB (Red+Green+Blue) = 8+65+21=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #084115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084115 is #F7BEEA. Grayscale: #2B2B2B. Windows color (decimal): -16236267 or 1392904. OLE color: 1392904.

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

Color convert

RGB86521-
CMYK0.8800.680.75
HSL133.68º78.08%14.31%-
HSV(B)133.68º87.69%25.49%-
XYZ2.133.891.35-
YUV42.94115.62103.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 65 (25.78% from 255) = 69.15%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=8.51%
G=69.15%
B=22.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865210.8800.680.75133.6878.0814.31
Hex84115580444B864ee
Octal1010125130010411320611616
Binary100010000011010110110000100010010010111000011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084115; }

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

 H1.HeaderClassName
 {
   color: #084115;
 }
 .AnyTagClassName
 {
   color: #084115;
 }
</style>
background-color css

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

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

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

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

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

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