#082913

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

Shades of Deep Fir #082913

Tints of Deep Fir #082913

Color information

#082913 (or 0x082913) is unknown color: approx Deep Fir. HEX triplet: 08, 29 and 13. RGB value is (8,41,19). Sum of RGB (Red+Green+Blue) = 8+41+19=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #082913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082913 is #F7D6EC. Grayscale: #1C1C1C. Windows color (decimal): -16242413 or 1255688. OLE color: 1255688.

HSL color Cylindrical-coordinate representation of color #082913: hue angle of 140º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082913 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB84119-
CMYK0.8000.540.84
HSL140º67.35%9.61%-
HSV(B)140º80.49%16.08%-
XYZ1.011.680.89-
YUV28.62122.57113.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 41 (16.41% from 255) = 60.29%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=11.76%
G=60.29%
B=27.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal841190.8000.540.8414067.359.61
Hex8291350036548c43a
Octal10512312006612421410312
Binary1000101001100111010000011011010101001000110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082913; }

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

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

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

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

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

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

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

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