#04400E

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

Shades of Deep Fir #04400E

Tints of Deep Fir #04400E

Color information

#04400E (or 0x04400E) is unknown color: approx Deep Fir. HEX triplet: 04, 40 and 0E. RGB value is (4,64,14). Sum of RGB (Red+Green+Blue) = 4+64+14=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #04400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400E is #FBBFF1. Grayscale: #282828. Windows color (decimal): -16498674 or 933892. OLE color: 933892.

HSL color Cylindrical-coordinate representation of color #04400E: hue angle of 130º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04400E is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB46414-
CMYK0.9400.780.75
HSL130º88.24%13.33%-
HSV(B)130º93.75%25.1%-
XYZ1.963.721.03-
YUV40.36113.12102.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=4.88%
G=78.05%
B=17.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464140.9400.780.7513088.2413.33
Hex440E5E04E4B8258d
Octal410016136011611320213015
Binary1001000000111010111100100111010010111000001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04400E; }

 p { color: rgb(4,64,14); }

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

<style>
 a { background-color: #04400E; }

 a { background-color: rgb(4,64,14); }

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

<style>
 span { border-color: #04400E; }

 span { border-color: rgb(4,64,14); }

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