#083117

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

Shades of Deep Fir #083117

Tints of Deep Fir #083117

Color information

#083117 (or 0x083117) is unknown color: approx Deep Fir. HEX triplet: 08, 31 and 17. RGB value is (8,49,23). Sum of RGB (Red+Green+Blue) = 8+49+23=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #083117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083117 is #F7CEE8. Grayscale: #212121. Windows color (decimal): -16240361 or 1519880. OLE color: 1519880.

HSL color Cylindrical-coordinate representation of color #083117: hue angle of 141.95º 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 #083117 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB84923-
CMYK0.8400.530.81
HSL141.95º71.93%11.18%-
HSV(B)141.95º83.67%19.22%-
XYZ1.352.311.19-
YUV33.78121.92109.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 49 (19.53% from 255) = 61.25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=10%
G=61.25%
B=28.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849230.8400.530.81141.9571.9311.18
Hex8311754035518e48b
Octal10612712406512121611013
Binary1000110001101111010100011010110100011000111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083117; }

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

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

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

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

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

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

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

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