#08441C

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

Shades of Deep Fir #08441C

Tints of Deep Fir #08441C

Color information

#08441C (or 0x08441C) is unknown color: approx Deep Fir. HEX triplet: 08, 44 and 1C. RGB value is (8,68,28). Sum of RGB (Red+Green+Blue) = 8+68+28=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #08441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08441C is #F7BBE3. Grayscale: #2D2D2D. Windows color (decimal): -16235492 or 1852424. OLE color: 1852424.

HSL color Cylindrical-coordinate representation of color #08441C: hue angle of 140º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08441C is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB86828-
CMYK0.8800.590.73
HSL140º78.95%14.9%-
HSV(B)140º88.24%26.67%-
XYZ2.384.271.8-
YUV45.5118.12101.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=7.69%
G=65.38%
B=26.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868280.8800.590.7314078.9514.9
Hex8441C5803B498c4ff
Octal101043413007311121411717
Binary10001000100111001011000011101110010011000110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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