#08401C

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

Shades of Deep Fir #08401C

Tints of Deep Fir #08401C

Color information

#08401C (or 0x08401C) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 1C. RGB value is (8,64,28). Sum of RGB (Red+Green+Blue) = 8+64+28=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #08401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08401C is #F7BFE3. Grayscale: #2B2B2B. Windows color (decimal): -16236516 or 1851400. OLE color: 1851400.

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

Color convert

RGB86428-
CMYK0.8700.560.75
HSL141.43º77.78%14.12%-
HSV(B)141.43º87.5%25.1%-
XYZ2.143.81.72-
YUV43.15119.45102.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 64 (25.39% from 255) = 64%
BLUE value IS 28 (11.33% from 255) = 28%
R=8%
G=64%
B=28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864280.8700.560.75141.4377.7814.12
Hex8401C570384B8d4ee
Octal101003412707011321511616
Binary10001000000111001010111011100010010111000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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