#082712

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

Shades of Deep Fir #082712

Tints of Deep Fir #082712

Color information

#082712 (or 0x082712) is unknown color: approx Deep Fir. HEX triplet: 08, 27 and 12. RGB value is (8,39,18). Sum of RGB (Red+Green+Blue) = 8+39+18=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #082712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082712 is #F7D8ED. Grayscale: #1B1B1B. Windows color (decimal): -16242926 or 1189640. OLE color: 1189640.

HSL color Cylindrical-coordinate representation of color #082712: hue angle of 139.35º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082712 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB83918-
CMYK0.7900.540.85
HSL139.35º65.96%9.22%-
HSV(B)139.35º79.49%15.29%-
XYZ0.931.550.82-
YUV27.34122.73114.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 39 (15.62% from 255) = 60%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=12.31%
G=60%
B=27.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839180.7900.540.85139.3565.969.22
Hex827124F036558b429
Octal10472211706612521310211
Binary1000100111100101001111011011010101011000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082712; }

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

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

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

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

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

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

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

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