#083913

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

Shades of Deep Fir #083913

Tints of Deep Fir #083913

Color information

#083913 (or 0x083913) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 13. RGB value is (8,57,19). Sum of RGB (Red+Green+Blue) = 8+57+19=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #083913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083913 is #F7C6EC. Grayscale: #262626. Windows color (decimal): -16238317 or 1259784. OLE color: 1259784.

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

Color convert

RGB85719-
CMYK0.8600.670.78
HSL133.47º75.38%12.75%-
HSV(B)133.47º85.96%22.35%-
XYZ1.683.021.11-
YUV38.02117.27106.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 57 (22.66% from 255) = 67.86%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=9.52%
G=67.86%
B=22.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857190.8600.670.78133.4775.3812.75
Hex83913560434E854bd
Octal107123126010311620511315
Binary10001110011001110101100100001110011101000010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083913; }

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

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

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

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

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

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

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

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