#08370F

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

Shades of Deep Fir #08370F

Tints of Deep Fir #08370F

Color information

#08370F (or 0x08370F) is unknown color: approx Deep Fir. HEX triplet: 08, 37 and 0F. RGB value is (8,55,15). Sum of RGB (Red+Green+Blue) = 8+55+15=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #08370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08370F is #F7C8F0. Grayscale: #242424. Windows color (decimal): -16238833 or 997128. OLE color: 997128.

HSL color Cylindrical-coordinate representation of color #08370F: hue angle of 128.94º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08370F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB85515-
CMYK0.8500.730.78
HSL128.94º74.6%12.35%-
HSV(B)128.94º85.45%21.57%-
XYZ1.552.820.91-
YUV36.39115.93107.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 55 (21.88% from 255) = 70.51%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=10.26%
G=70.51%
B=19.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855150.8500.730.78128.9474.612.35
Hex837F550494E814bc
Octal106717125011111620111314
Binary1000110111111110101010100100110011101000000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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