Html Css Color HEX #14471F Deep Fir

📋 copy color: '#14471F'

red 20 ◦ green 71 ◦ blue 31

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

Shades of Deep Fir #14471F

Tints of Deep Fir #14471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.2%

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

R = 16.39%
G = 58.2%
B = 25.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#14471F (or 0x14471F) is known color: Deep Fir. HEX triplet: 14, 47 and 1F. RGB value is (20,71,31). Sum of RGB (Red+Green+Blue) = 20+71+31=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #14471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471F is #EBB8E0. Grayscale: #333333. Windows color (decimal): -15448289 or 2049812. OLE color: 2049812.

HSL color Cylindrical-coordinate representation of color #14471F: hue angle of 132.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14471F is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 31 -
CMYK 0.72 0 0.56 0.72
HSL 132.94º 0.56% 0.18% -
HSV(B) 132.94º 0.72% 0.28% -
XYZ 2.79 4.75 2.07 -
YUV 51.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 20 71 31 0.72 0 0.56 0.72 132.94 0.56 0.18
Hex 14 47 1F 48 0 38 48 85 38 12
Octal 24 107 37 110 0 70 110 205 70 22
Binary 10100 1000111 11111 1001000 0 111000 1001000 10000101 111000 10010

Color Harmonies of #14471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14471F

Black with #14471F

Text Example


Text Example

White with #14471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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