Html Css Color HEX #04400F Deep Fir

📋 copy color: '#04400F'

red 4 ◦ green 64 ◦ blue 15

#04400F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #04400F

Tints of Deep Fir #04400F

RGB

 RED value IS 4 (1.95% from 255) = 4.82%

 GREEN value IS 64 (25.39% from 255) = 77.11%

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 4.82%
G = 77.11%
B = 18.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#04400F (or 0x04400F) is known color: Deep Fir. HEX triplet: 04, 40 and 0F. RGB value is (4,64,15). Sum of RGB (Red+Green+Blue) = 4+64+15=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #04400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400F is #FBBFF0. Grayscale: #282828. Windows color (decimal): -16498673 or 999428. OLE color: 999428.

HSL color Cylindrical-coordinate representation of color #04400F: hue angle of 131º 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 #04400F is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 15 -
CMYK 0.94 0 0.77 0.75
HSL 131º 0.88% 0.13% -
HSV(B) 131º 0.94% 0.25% -
XYZ 1.97 3.73 1.07 -
YUV 40.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 4 64 15 0.94 0 0.77 0.75 131 0.88 0.13
Hex 4 40 F 5E 0 4D 4B 83 58 D
Octal 4 100 17 136 0 115 113 203 130 15
Binary 100 1000000 1111 1011110 0 1001101 1001011 10000011 1011000 1101

Color Harmonies of #04400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04400F

Black with #04400F

Text Example


Text Example

White with #04400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04400F;
 }
 .AnyTagClassName
 {
   color: #04400F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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