Html Css Color HEX #14401F Deep Fir

📋 copy color: '#14401F'

red 20 ◦ green 64 ◦ blue 31

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

Shades of Deep Fir #14401F

Tints of Deep Fir #14401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 17.39%
G = 55.65%
B = 26.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#14401F (or 0x14401F) is known color: Deep Fir. HEX triplet: 14, 40 and 1F. RGB value is (20,64,31). Sum of RGB (Red+Green+Blue) = 20+64+31=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #14401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401F is #EBBFE0. Grayscale: #2F2F2F. Windows color (decimal): -15450081 or 2048020. OLE color: 2048020.

HSL color Cylindrical-coordinate representation of color #14401F: hue angle of 135º 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 #14401F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 31 -
CMYK 0.69 0 0.52 0.75
HSL 135º 0.52% 0.16% -
HSV(B) 135º 0.69% 0.25% -
XYZ 2.37 3.91 1.93 -
YUV 47.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 20 64 31 0.69 0 0.52 0.75 135 0.52 0.16
Hex 14 40 1F 45 0 34 4B 87 34 10
Octal 24 100 37 105 0 64 113 207 64 20
Binary 10100 1000000 11111 1000101 0 110100 1001011 10000111 110100 10000

Color Harmonies of #14401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14401F

Black with #14401F

Text Example


Text Example

White with #14401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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