#082610

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

Shades of Deep Fir #082610

Tints of Deep Fir #082610

Color information

#082610 (or 0x082610) is unknown color: approx Deep Fir. HEX triplet: 08, 26 and 10. RGB value is (8,38,16). Sum of RGB (Red+Green+Blue) = 8+38+16=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #082610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082610 is #F7D9EF. Grayscale: #1A1A1A. Windows color (decimal): -16243184 or 1058312. OLE color: 1058312.

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

Color convert

RGB83816-
CMYK0.7900.580.85
HSL136º65.22%9.02%-
HSV(B)136º78.95%14.9%-
XYZ0.891.480.73-
YUV26.52122.06114.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=12.90%
G=61.29%
B=25.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal838160.7900.580.8513665.229.02
Hex826104F03A5588419
Octal10462011707212521010111
Binary1000100110100001001111011101010101011000100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082610; }

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

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

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

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

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

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

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

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