Html Css Color HEX #14401B Deep Fir

📋 copy color: '#14401B'

red 20 ◦ green 64 ◦ blue 27

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

Shades of Deep Fir #14401B

Tints of Deep Fir #14401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 18.02%
G = 57.66%
B = 24.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#14401B (or 0x14401B) is known color: Deep Fir. HEX triplet: 14, 40 and 1B. RGB value is (20,64,27). Sum of RGB (Red+Green+Blue) = 20+64+27=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #14401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401B is #EBBFE4. Grayscale: #2E2E2E. Windows color (decimal): -15450085 or 1785876. OLE color: 1785876.

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

Color convert

RGB 20 64 27 -
CMYK 0.69 0 0.58 0.75
HSL 129.55º 0.52% 0.16% -
HSV(B) 129.55º 0.69% 0.25% -
XYZ 2.32 3.89 1.67 -
YUV 46.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 20 64 27 0.69 0 0.58 0.75 129.55 0.52 0.16
Hex 14 40 1B 45 0 3A 4B 82 34 10
Octal 24 100 33 105 0 72 113 202 64 20
Binary 10100 1000000 11011 1000101 0 111010 1001011 10000010 110100 10000

Color Harmonies of #14401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14401B

Black with #14401B

Text Example


Text Example

White with #14401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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