#083514

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

Shades of Deep Fir #083514

Tints of Deep Fir #083514

Color information

#083514 (or 0x083514) is unknown color: approx Deep Fir. HEX triplet: 08, 35 and 14. RGB value is (8,53,20). Sum of RGB (Red+Green+Blue) = 8+53+20=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #083514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083514 is #F7CAEB. Grayscale: #232323. Windows color (decimal): -16239340 or 1324296. OLE color: 1324296.

HSL color Cylindrical-coordinate representation of color #083514: hue angle of 136º 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 #083514 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB85320-
CMYK0.8500.620.79
HSL136º73.77%11.96%-
HSV(B)136º84.91%20.78%-
XYZ1.52.651.09-
YUV35.78119.09108.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 53 (21.09% from 255) = 65.43%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=9.88%
G=65.43%
B=24.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal853200.8500.620.7913673.7711.96
Hex835145503E4F884ac
Octal10652412507611721011214
Binary1000110101101001010101011111010011111000100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083514; }

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

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

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

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

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

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

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

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