Html Css Color HEX #04420D Deep Fir

📋 copy color: '#04420D'

red 4 ◦ green 66 ◦ blue 13

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

Shades of Deep Fir #04420D

Tints of Deep Fir #04420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 79.52%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 4.82%
G = 79.52%
B = 15.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#04420D (or 0x04420D) is known color: Deep Fir. HEX triplet: 04, 42 and 0D. RGB value is (4,66,13). Sum of RGB (Red+Green+Blue) = 4+66+13=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #04420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04420D is #FBBDF2. Grayscale: #292929. Windows color (decimal): -16498163 or 868868. OLE color: 868868.

HSL color Cylindrical-coordinate representation of color #04420D: hue angle of 128.71º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04420D is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 13 -
CMYK 0.94 0 0.80 0.74
HSL 128.71º 0.89% 0.14% -
HSV(B) 128.71º 0.94% 0.26% -
XYZ 2.07 3.95 1.03 -
YUV 41.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 4 66 13 0.94 0 0.80 0.74 128.71 0.89 0.14
Hex 4 42 D 5E 0 50 4A 81 59 E
Octal 4 102 15 136 0 120 112 201 131 16
Binary 100 1000010 1101 1011110 0 1010000 1001010 10000001 1011001 1110

Color Harmonies of #04420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04420D

Black with #04420D

Text Example


Text Example

White with #04420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04420D; }

 p { color: rgb(4,66,13); }

 H1.HeaderClassName
 {
   color: #04420D;
 }
 .AnyTagClassName
 {
   color: #04420D;
 }
</style>

background-color css

<style>
 a { background-color: #04420D; }

 a { background-color: rgb(4,66,13); }

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

border-color css

<style>
 span { border-color: #04420D; }

 span { border-color: rgb(4,66,13); }

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