#082510

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

Shades of Deep Fir #082510

Tints of Deep Fir #082510

Color information

#082510 (or 0x082510) is unknown color: approx Deep Fir. HEX triplet: 08, 25 and 10. RGB value is (8,37,16). Sum of RGB (Red+Green+Blue) = 8+37+16=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #082510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082510 is #F7DAEF. Grayscale: #191919. Windows color (decimal): -16243440 or 1058056. OLE color: 1058056.

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

Color convert

RGB83716-
CMYK0.7800.570.85
HSL136.55º64.44%8.82%-
HSV(B)136.55º78.38%14.51%-
XYZ0.861.410.72-
YUV25.94122.39115.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=13.11%
G=60.66%
B=26.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837160.7800.570.85136.5564.448.82
Hex825104E0395589409
Octal10452011607112521110011
Binary1000100101100001001110011100110101011000100110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082510; }

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

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

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

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

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

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

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

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