Html Css Color HEX #14401D Deep Fir

📋 copy color: '#14401D'

red 20 ◦ green 64 ◦ blue 29

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

Shades of Deep Fir #14401D

Tints of Deep Fir #14401D

RGB

 RED value IS 20 (8.2% from 255) = 17.7%

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

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 17.7%
G = 56.64%
B = 25.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#14401D (or 0x14401D) is known color: Deep Fir. HEX triplet: 14, 40 and 1D. RGB value is (20,64,29). Sum of RGB (Red+Green+Blue) = 20+64+29=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #14401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401D is #EBBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15450083 or 1916948. OLE color: 1916948.

HSL color Cylindrical-coordinate representation of color #14401D: hue angle of 132.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14401D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 29 -
CMYK 0.69 0 0.55 0.75
HSL 132.27º 0.52% 0.16% -
HSV(B) 132.27º 0.69% 0.25% -
XYZ 2.34 3.9 1.79 -
YUV 46.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 20 64 29 0.69 0 0.55 0.75 132.27 0.52 0.16
Hex 14 40 1D 45 0 37 4B 84 34 10
Octal 24 100 35 105 0 67 113 204 64 20
Binary 10100 1000000 11101 1000101 0 110111 1001011 10000100 110100 10000

Color Harmonies of #14401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14401D

Black with #14401D

Text Example


Text Example

White with #14401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,64,29); }

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

background-color css

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

 a { background-color: rgb(20,64,29); }

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

border-color css

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

 span { border-color: rgb(20,64,29); }

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