#082710

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

Shades of Deep Fir #082710

Tints of Deep Fir #082710

Color information

#082710 (or 0x082710) is unknown color: approx Deep Fir. HEX triplet: 08, 27 and 10. RGB value is (8,39,16). Sum of RGB (Red+Green+Blue) = 8+39+16=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #082710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082710 is #F7D8EF. Grayscale: #1B1B1B. Windows color (decimal): -16242928 or 1058568. OLE color: 1058568.

HSL color Cylindrical-coordinate representation of color #082710: hue angle of 135.48º 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 #082710 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB83916-
CMYK0.7900.590.85
HSL135.48º65.96%9.22%-
HSV(B)135.48º79.49%15.29%-
XYZ0.921.540.74-
YUV27.11121.73114.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=12.70%
G=61.90%
B=25.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839160.7900.590.85135.4865.969.22
Hex827104F03B5587429
Octal10472011707312520710211
Binary1000100111100001001111011101110101011000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082710; }

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

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

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

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

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

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

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

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