#082810

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

Shades of Deep Fir #082810

Tints of Deep Fir #082810

Color information

#082810 (or 0x082810) is unknown color: approx Deep Fir. HEX triplet: 08, 28 and 10. RGB value is (8,40,16). Sum of RGB (Red+Green+Blue) = 8+40+16=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #082810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082810 is #F7D7EF. Grayscale: #1B1B1B. Windows color (decimal): -16242672 or 1058824. OLE color: 1058824.

HSL color Cylindrical-coordinate representation of color #082810: hue angle of 135º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082810 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB84016-
CMYK0.8000.600.84
HSL135º66.67%9.41%-
HSV(B)135º80%15.69%-
XYZ0.951.610.75-
YUV27.7121.4113.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 16 (6.64% from 255) = 25%
R=12.5%
G=62.5%
B=25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840160.8000.600.8413566.679.41
Hex828105003C5487439
Octal10502012007412420710311
Binary1000101000100001010000011110010101001000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082810; }

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

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

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

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

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

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

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

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