#083715

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

Shades of Deep Fir #083715

Tints of Deep Fir #083715

Color information

#083715 (or 0x083715) is unknown color: approx Deep Fir. HEX triplet: 08, 37 and 15. RGB value is (8,55,21). Sum of RGB (Red+Green+Blue) = 8+55+21=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #083715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083715 is #F7C8EA. Grayscale: #252525. Windows color (decimal): -16238827 or 1390344. OLE color: 1390344.

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

Color convert

RGB85521-
CMYK0.8500.620.78
HSL136.6º74.6%12.35%-
HSV(B)136.6º85.45%21.57%-
XYZ1.62.841.17-
YUV37.07118.93107.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 55 (21.88% from 255) = 65.48%
BLUE value IS 21 (8.59% from 255) = 25%
R=9.52%
G=65.48%
B=25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855210.8500.620.78136.674.612.35
Hex837155503E4E894bc
Octal10672512507611621111314
Binary1000110111101011010101011111010011101000100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083715; }

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

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

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

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

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

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

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

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