#083912

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

Shades of Deep Fir #083912

Tints of Deep Fir #083912

Color information

#083912 (or 0x083912) is unknown color: approx Deep Fir. HEX triplet: 08, 39 and 12. RGB value is (8,57,18). Sum of RGB (Red+Green+Blue) = 8+57+18=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #083912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083912 is #F7C6ED. Grayscale: #262626. Windows color (decimal): -16238318 or 1194248. OLE color: 1194248.

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

Color convert

RGB85718-
CMYK0.8600.680.78
HSL132.24º75.38%12.75%-
HSV(B)132.24º85.96%22.35%-
XYZ1.673.021.07-
YUV37.9116.77106.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=9.64%
G=68.67%
B=21.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857180.8600.680.78132.2475.3812.75
Hex83912560444E844bd
Octal107122126010411620411315
Binary10001110011001010101100100010010011101000010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083912; }

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

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

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

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

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

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

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

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