#08411B

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

Shades of Deep Fir #08411B

Tints of Deep Fir #08411B

Color information

#08411B (or 0x08411B) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 1B. RGB value is (8,65,27). Sum of RGB (Red+Green+Blue) = 8+65+27=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #08411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08411B is #F7BEE4. Grayscale: #2B2B2B. Windows color (decimal): -16236261 or 1786120. OLE color: 1786120.

HSL color Cylindrical-coordinate representation of color #08411B: hue angle of 140º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08411B is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB86527-
CMYK0.8800.580.75
HSL140º78.08%14.31%-
HSV(B)140º87.69%25.49%-
XYZ2.193.911.68-
YUV43.63118.62102.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 65 (25.78% from 255) = 65%
BLUE value IS 27 (10.94% from 255) = 27%
R=8%
G=65%
B=27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865270.8800.580.7514078.0814.31
Hex8411B5803A4B8c4ee
Octal101013313007211321411616
Binary10001000001110111011000011101010010111000110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08411B; }

 p { color: rgb(8,65,27); }

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

<style>
 a { background-color: #08411B; }

 a { background-color: rgb(8,65,27); }

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

<style>
 span { border-color: #08411B; }

 span { border-color: rgb(8,65,27); }

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