#083915

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

Shades of Deep Fir #083915

Tints of Deep Fir #083915

Color information

#083915 (or 0x083915) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 15. RGB value is (8,57,21). Sum of RGB (Red+Green+Blue) = 8+57+21=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #083915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083915 is #F7C6EA. Grayscale: #262626. Windows color (decimal): -16238315 or 1390856. OLE color: 1390856.

HSL color Cylindrical-coordinate representation of color #083915: hue angle of 135.92º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083915 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB85721-
CMYK0.8600.630.78
HSL135.92º75.38%12.75%-
HSV(B)135.92º85.96%22.35%-
XYZ1.73.031.21-
YUV38.24118.27106.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=9.30%
G=66.28%
B=24.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857210.8600.630.78135.9275.3812.75
Hex839155603F4E884bd
Octal10712512607711621011315
Binary1000111001101011010110011111110011101000100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083915; }

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

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

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

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

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

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

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

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