Html Css Color HEX #04430E Deep Fir

📋 copy color: '#04430E'

red 4 ◦ green 67 ◦ blue 14

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

Shades of Deep Fir #04430E

Tints of Deep Fir #04430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 78.82%

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 4.71%
G = 78.82%
B = 16.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#04430E (or 0x04430E) is known color: Deep Fir. HEX triplet: 04, 43 and 0E. RGB value is (4,67,14). Sum of RGB (Red+Green+Blue) = 4+67+14=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #04430E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04430E is #FBBCF1. Grayscale: #2A2A2A. Windows color (decimal): -16497906 or 934660. OLE color: 934660.

HSL color Cylindrical-coordinate representation of color #04430E: hue angle of 129.52º 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 #04430E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 67 14 -
CMYK 0.94 0 0.79 0.74
HSL 129.52º 0.89% 0.14% -
HSV(B) 129.52º 0.94% 0.26% -
XYZ 2.14 4.07 1.09 -
YUV 42.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 4 67 14 0.94 0 0.79 0.74 129.52 0.89 0.14
Hex 4 43 E 5E 0 4F 4A 82 59 E
Octal 4 103 16 136 0 117 112 202 131 16
Binary 100 1000011 1110 1011110 0 1001111 1001010 10000010 1011001 1110

Color Harmonies of #04430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04430E

Black with #04430E

Text Example


Text Example

White with #04430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04430E;
 }
 .AnyTagClassName
 {
   color: #04430E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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