#083914

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

Shades of Deep Fir #083914

Tints of Deep Fir #083914

Color information

#083914 (or 0x083914) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 14. RGB value is (8,57,20). Sum of RGB (Red+Green+Blue) = 8+57+20=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #083914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083914 is #F7C6EB. Grayscale: #262626. Windows color (decimal): -16238316 or 1325320. OLE color: 1325320.

HSL color Cylindrical-coordinate representation of color #083914: hue angle of 134.69º 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 #083914 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB85720-
CMYK0.8600.650.78
HSL134.69º75.38%12.75%-
HSV(B)134.69º85.96%22.35%-
XYZ1.693.031.16-
YUV38.13117.77106.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=9.41%
G=67.06%
B=23.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857200.8600.650.78134.6975.3812.75
Hex83914560414E874bd
Octal107124126010111620711315
Binary10001110011010010101100100000110011101000011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083914; }

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

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

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

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

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

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

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

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