#08220F

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

Shades of Deep Fir #08220F

Tints of Deep Fir #08220F

Color information

#08220F (or 0x08220F) is unknown color: approx Deep Fir. HEX triplet: 08, 22 and 0F. RGB value is (8,34,15). Sum of RGB (Red+Green+Blue) = 8+34+15=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #08220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08220F is #F7DDF0. Grayscale: #181818. Windows color (decimal): -16244209 or 991752. OLE color: 991752.

HSL color Cylindrical-coordinate representation of color #08220F: hue angle of 136.15º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08220F is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB83415-
CMYK0.7600.560.87
HSL136.15º61.9%8.24%-
HSV(B)136.15º76.47%13.33%-
XYZ0.761.230.65-
YUV24.06122.89116.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 34 (13.67% from 255) = 59.65%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=14.04%
G=59.65%
B=26.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal834150.7600.560.87136.1561.98.24
Hex822F4C03857883e8
Octal1042171140701272107610
Binary10001000101111100110001110001010111100010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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