Html Css Color HEX #04410D Deep Fir

📋 copy color: '#04410D'

red 4 ◦ green 65 ◦ blue 13

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

Shades of Deep Fir #04410D

Tints of Deep Fir #04410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 79.27%

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

R = 4.88%
G = 79.27%
B = 15.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#04410D (or 0x04410D) is known color: Deep Fir. HEX triplet: 04, 41 and 0D. RGB value is (4,65,13). Sum of RGB (Red+Green+Blue) = 4+65+13=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #04410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04410D is #FBBEF2. Grayscale: #282828. Windows color (decimal): -16498419 or 868612. OLE color: 868612.

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

Color convert

RGB 4 65 13 -
CMYK 0.94 0 0.80 0.75
HSL 128.85º 0.88% 0.14% -
HSV(B) 128.85º 0.94% 0.25% -
XYZ 2.01 3.84 1.01 -
YUV 40.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 4 65 13 0.94 0 0.80 0.75 128.85 0.88 0.14
Hex 4 41 D 5E 0 50 4B 81 58 E
Octal 4 101 15 136 0 120 113 201 130 16
Binary 100 1000001 1101 1011110 0 1010000 1001011 10000001 1011000 1110

Color Harmonies of #04410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04410D

Black with #04410D

Text Example


Text Example

White with #04410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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