#083614

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

Shades of Deep Fir #083614

Tints of Deep Fir #083614

Color information

#083614 (or 0x083614) is unknown color: approx Deep Fir. HEX triplet: 08, 36 and 14. RGB value is (8,54,20). Sum of RGB (Red+Green+Blue) = 8+54+20=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #083614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083614 is #F7C9EB. Grayscale: #242424. Windows color (decimal): -16239084 or 1324552. OLE color: 1324552.

HSL color Cylindrical-coordinate representation of color #083614: hue angle of 135.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083614 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB85420-
CMYK0.8500.630.79
HSL135.65º74.19%12.16%-
HSV(B)135.65º85.19%21.18%-
XYZ1.552.741.11-
YUV36.37118.76107.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 54 (21.48% from 255) = 65.85%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=9.76%
G=65.85%
B=24.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854200.8500.630.79135.6574.1912.16
Hex836145503F4F884ac
Octal10662412507711721011214
Binary1000110110101001010101011111110011111000100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083614; }

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

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

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

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

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

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

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

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