#083F1A

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

Shades of Deep Fir #083F1A

Tints of Deep Fir #083F1A

Color information

#083F1A (or 0x083F1A) is unknown color: approx Deep Fir. HEX triplet: 08, 3F and 1A. RGB value is (8,63,26). Sum of RGB (Red+Green+Blue) = 8+63+26=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #083F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F1A is #F7C0E5. Grayscale: #2A2A2A. Windows color (decimal): -16236774 or 1720072. OLE color: 1720072.

HSL color Cylindrical-coordinate representation of color #083F1A: hue angle of 139.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083F1A is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB86326-
CMYK0.8700.590.75
HSL139.64º77.46%13.92%-
HSV(B)139.64º87.3%24.71%-
XYZ2.063.681.58-
YUV42.34118.78103.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 63 (25% from 255) = 64.95%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=8.25%
G=64.95%
B=26.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal863260.8700.590.75139.6477.4613.92
Hex83F1A5703B4B8c4de
Octal10773212707311321411516
Binary1000111111110101010111011101110010111000110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F1A; }

 p { color: rgb(8,63,26); }

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

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

 a { background-color: rgb(8,63,26); }

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

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

 span { border-color: rgb(8,63,26); }

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