#08411C

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

Shades of Deep Fir #08411C

Tints of Deep Fir #08411C

Color information

#08411C (or 0x08411C) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 1C. RGB value is (8,65,28). Sum of RGB (Red+Green+Blue) = 8+65+28=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #08411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08411C is #F7BEE3. Grayscale: #2B2B2B. Windows color (decimal): -16236260 or 1851656. OLE color: 1851656.

HSL color Cylindrical-coordinate representation of color #08411C: hue angle of 141.05º 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 #08411C is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB86528-
CMYK0.8800.570.75
HSL141.05º78.08%14.31%-
HSV(B)141.05º87.69%25.49%-
XYZ2.23.921.74-
YUV43.74119.12102.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=7.92%
G=64.36%
B=27.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865280.8800.570.75141.0578.0814.31
Hex8411C580394B8d4ee
Octal101013413007111321511616
Binary10001000001111001011000011100110010111000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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