#083115

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

Shades of Deep Fir #083115

Tints of Deep Fir #083115

Color information

#083115 (or 0x083115) is unknown color: approx Deep Fir. HEX triplet: 08, 31 and 15. RGB value is (8,49,21). Sum of RGB (Red+Green+Blue) = 8+49+21=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #083115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083115 is #F7CEEA. Grayscale: #212121. Windows color (decimal): -16240363 or 1388808. OLE color: 1388808.

HSL color Cylindrical-coordinate representation of color #083115: hue angle of 139.02º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083115 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB84921-
CMYK0.8400.570.81
HSL139.02º71.93%11.18%-
HSV(B)139.02º83.67%19.22%-
XYZ1.332.31.08-
YUV33.55120.92109.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=10.26%
G=62.82%
B=26.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849210.8400.570.81139.0271.9311.18
Hex8311554039518b48b
Octal10612512407112121311013
Binary1000110001101011010100011100110100011000101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083115; }

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

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

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

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

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

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

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

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