#084813

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

Shades of Deep Fir #084813

Tints of Deep Fir #084813

Color information

#084813 (or 0x084813) is unknown color: approx Deep Fir. HEX triplet: 08, 48 and 13. RGB value is (8,72,19). Sum of RGB (Red+Green+Blue) = 8+72+19=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #084813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084813 is #F7B7EC. Grayscale: #2E2E2E. Windows color (decimal): -16234477 or 1263624. OLE color: 1263624.

HSL color Cylindrical-coordinate representation of color #084813: hue angle of 130.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084813 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB87219-
CMYK0.8900.740.72
HSL130.31º80%15.69%-
HSV(B)130.31º88.89%28.24%-
XYZ2.544.731.4-
YUV46.82112.3100.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=8.08%
G=72.73%
B=19.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872190.8900.740.72130.318015.69
Hex848135904A48825010
Octal1011023131011211020212020
Binary1000100100010011101100101001010100100010000010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084813; }

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

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

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

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

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

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

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

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