#08310F

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

Shades of Deep Fir #08310F

Tints of Deep Fir #08310F

Color information

#08310F (or 0x08310F) is unknown color: approx Deep Fir. HEX triplet: 08, 31 and 0F. RGB value is (8,49,15). Sum of RGB (Red+Green+Blue) = 8+49+15=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #08310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08310F is #F7CEF0. Grayscale: #202020. Windows color (decimal): -16240369 or 995592. OLE color: 995592.

HSL color Cylindrical-coordinate representation of color #08310F: hue angle of 130.24º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08310F is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB84915-
CMYK0.8400.690.81
HSL130.24º71.93%11.18%-
HSV(B)130.24º83.67%19.22%-
XYZ1.282.280.82-
YUV32.86117.92110.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=11.11%
G=68.06%
B=20.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849150.8400.690.81130.2471.9311.18
Hex831F54045518248b
Octal106117124010512120211013
Binary1000110001111110101000100010110100011000001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08310F; }

 p { color: rgb(8,49,15); }

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

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

 a { background-color: rgb(8,49,15); }

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

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

 span { border-color: rgb(8,49,15); }

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