#08270F

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

Shades of Deep Fir #08270F

Tints of Deep Fir #08270F

Color information

#08270F (or 0x08270F) is unknown color: approx Deep Fir. HEX triplet: 08, 27 and 0F. RGB value is (8,39,15). Sum of RGB (Red+Green+Blue) = 8+39+15=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #08270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270F is #F7D8F0. Grayscale: #1B1B1B. Windows color (decimal): -16242929 or 993032. OLE color: 993032.

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

Color convert

RGB83915-
CMYK0.7900.620.85
HSL133.55º65.96%9.22%-
HSV(B)133.55º79.49%15.29%-
XYZ0.911.540.7-
YUV26.99121.23114.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=12.90%
G=62.90%
B=24.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839150.7900.620.85133.5565.969.22
Hex827F4F03E5586429
Octal10471711707612520610211
Binary100010011111111001111011111010101011000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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