#08421C

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

Shades of Deep Fir #08421C

Tints of Deep Fir #08421C

Color information

#08421C (or 0x08421C) is unknown color: approx Deep Fir. HEX triplet: 08, 42 and 1C. RGB value is (8,66,28). Sum of RGB (Red+Green+Blue) = 8+66+28=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #08421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08421C is #F7BDE3. Grayscale: #2C2C2C. Windows color (decimal): -16236004 or 1851912. OLE color: 1851912.

HSL color Cylindrical-coordinate representation of color #08421C: hue angle of 140.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08421C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB86628-
CMYK0.8800.580.74
HSL140.69º78.38%14.51%-
HSV(B)140.69º87.88%25.88%-
XYZ2.264.031.76-
YUV44.33118.78102.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 66 (26.17% from 255) = 64.71%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=7.84%
G=64.71%
B=27.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866280.8800.580.74140.6978.3814.51
Hex8421C5803A4A8d4ef
Octal101023413007211221511617
Binary10001000010111001011000011101010010101000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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