Html Css Color HEX #14471D Deep Fir

📋 copy color: '#14471D'

red 20 ◦ green 71 ◦ blue 29

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

Shades of Deep Fir #14471D

Tints of Deep Fir #14471D

RGB

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

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

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

R = 16.67%
G = 59.17%
B = 24.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#14471D (or 0x14471D) is known color: Deep Fir. HEX triplet: 14, 47 and 1D. RGB value is (20,71,29). Sum of RGB (Red+Green+Blue) = 20+71+29=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #14471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471D is #EBB8E2. Grayscale: #333333. Windows color (decimal): -15448291 or 1918740. OLE color: 1918740.

HSL color Cylindrical-coordinate representation of color #14471D: hue angle of 130.59º 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 #14471D is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 29 -
CMYK 0.72 0 0.59 0.72
HSL 130.59º 0.56% 0.18% -
HSV(B) 130.59º 0.72% 0.28% -
XYZ 2.76 4.74 1.93 -
YUV 50.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 20 71 29 0.72 0 0.59 0.72 130.59 0.56 0.18
Hex 14 47 1D 48 0 3B 48 83 38 12
Octal 24 107 35 110 0 73 110 203 70 22
Binary 10100 1000111 11101 1001000 0 111011 1001000 10000011 111000 10010

Color Harmonies of #14471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14471D

Black with #14471D

Text Example


Text Example

White with #14471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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