#08471C

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

Shades of Deep Fir #08471C

Tints of Deep Fir #08471C

Color information

#08471C (or 0x08471C) is unknown color: approx Deep Fir. HEX triplet: 08, 47 and 1C. RGB value is (8,71,28). Sum of RGB (Red+Green+Blue) = 8+71+28=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #08471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08471C is #F7B8E3. Grayscale: #2F2F2F. Windows color (decimal): -16234724 or 1853192. OLE color: 1853192.

HSL color Cylindrical-coordinate representation of color #08471C: hue angle of 139.05º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08471C is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB87128-
CMYK0.8900.610.72
HSL139.05º79.75%15.49%-
HSV(B)139.05º88.73%27.84%-
XYZ2.564.641.86-
YUV47.26117.13100-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=7.48%
G=66.36%
B=26.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871280.8900.610.72139.0579.7515.49
Hex8471C5903D488b50f
Octal101073413107511021312017
Binary10001000111111001011001011110110010001000101110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08471C; }

 p { color: rgb(8,71,28); }

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

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

 a { background-color: rgb(8,71,28); }

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

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

 span { border-color: rgb(8,71,28); }

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