Html Css Color HEX #04330E Deep Fir

📋 copy color: '#04330E'

red 4 ◦ green 51 ◦ blue 14

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

Shades of Deep Fir #04330E

Tints of Deep Fir #04330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 73.91%

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

R = 5.8%
G = 73.91%
B = 20.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#04330E (or 0x04330E) is known color: Deep Fir. HEX triplet: 04, 33 and 0E. RGB value is (4,51,14). Sum of RGB (Red+Green+Blue) = 4+51+14=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #04330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330E is #FBCCF1. Grayscale: #202020. Windows color (decimal): -16502002 or 930564. OLE color: 930564.

HSL color Cylindrical-coordinate representation of color #04330E: hue angle of 132.77º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04330E is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 14 -
CMYK 0.92 0 0.73 0.8
HSL 132.77º 0.85% 0.11% -
HSV(B) 132.77º 0.92% 0.2% -
XYZ 1.31 2.43 0.81 -
YUV 32.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 4 51 14 0.92 0 0.73 0.8 132.77 0.85 0.11
Hex 4 33 E 5C 0 49 50 85 55 B
Octal 4 63 16 134 0 111 120 205 125 13
Binary 100 110011 1110 1011100 0 1001001 1010000 10000101 1010101 1011

Color Harmonies of #04330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04330E

Black with #04330E

Text Example


Text Example

White with #04330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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