Html Css Color HEX #14401E Deep Fir

📋 copy color: '#14401E'

red 20 ◦ green 64 ◦ blue 30

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

Shades of Deep Fir #14401E

Tints of Deep Fir #14401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 17.54%
G = 56.14%
B = 26.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#14401E (or 0x14401E) is known color: Deep Fir. HEX triplet: 14, 40 and 1E. RGB value is (20,64,30). Sum of RGB (Red+Green+Blue) = 20+64+30=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #14401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401E is #EBBFE1. Grayscale: #2F2F2F. Windows color (decimal): -15450082 or 1982484. OLE color: 1982484.

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

Color convert

RGB 20 64 30 -
CMYK 0.69 0 0.53 0.75
HSL 133.64º 0.52% 0.16% -
HSV(B) 133.64º 0.69% 0.25% -
XYZ 2.36 3.91 1.86 -
YUV 46.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 20 64 30 0.69 0 0.53 0.75 133.64 0.52 0.16
Hex 14 40 1E 45 0 35 4B 86 34 10
Octal 24 100 36 105 0 65 113 206 64 20
Binary 10100 1000000 11110 1000101 0 110101 1001011 10000110 110100 10000

Color Harmonies of #14401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14401E

Black with #14401E

Text Example


Text Example

White with #14401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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