#08411A

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

Shades of Deep Fir #08411A

Tints of Deep Fir #08411A

Color information

#08411A (or 0x08411A) is unknown color: approx Deep Fir. HEX triplet: 08, 41 and 1A. RGB value is (8,65,26). Sum of RGB (Red+Green+Blue) = 8+65+26=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #08411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08411A is #F7BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16236262 or 1720584. OLE color: 1720584.

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

Color convert

RGB86526-
CMYK0.8800.600.75
HSL138.95º78.08%14.31%-
HSV(B)138.95º87.69%25.49%-
XYZ2.183.911.62-
YUV43.51118.12102.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=8.08%
G=65.66%
B=26.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865260.8800.600.75138.9578.0814.31
Hex8411A5803C4B8b4ee
Octal101013213007411321311616
Binary10001000001110101011000011110010010111000101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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