Html Css Color HEX #14371C Deep Fir

📋 copy color: '#14371C'

red 20 ◦ green 55 ◦ blue 28

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

Shades of Deep Fir #14371C

Tints of Deep Fir #14371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 53.4%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 19.42%
G = 53.4%
B = 27.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#14371C (or 0x14371C) is known color: Deep Fir. HEX triplet: 14, 37 and 1C. RGB value is (20,55,28). Sum of RGB (Red+Green+Blue) = 20+55+28=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #14371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371C is #EBC8E3. Grayscale: #292929. Windows color (decimal): -15452388 or 1849108. OLE color: 1849108.

HSL color Cylindrical-coordinate representation of color #14371C: hue angle of 133.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14371C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 28 -
CMYK 0.64 0 0.49 0.78
HSL 133.71º 0.47% 0.15% -
HSV(B) 133.71º 0.64% 0.22% -
XYZ 1.86 2.96 1.57 -
YUV 41.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 20 55 28 0.64 0 0.49 0.78 133.71 0.47 0.15
Hex 14 37 1C 40 0 31 4E 86 2F F
Octal 24 67 34 100 0 61 116 206 57 17
Binary 10100 110111 11100 1000000 0 110001 1001110 10000110 101111 1111

Color Harmonies of #14371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14371C

Black with #14371C

Text Example


Text Example

White with #14371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14371C; }

 p { color: rgb(20,55,28); }

 H1.HeaderClassName
 {
   color: #14371C;
 }
 .AnyTagClassName
 {
   color: #14371C;
 }
</style>

background-color css

<style>
 a { background-color: #14371C; }

 a { background-color: rgb(20,55,28); }

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

border-color css

<style>
 span { border-color: #14371C; }

 span { border-color: rgb(20,55,28); }

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