Html Css Color HEX #14411B Deep Fir

📋 copy color: '#14411B'

red 20 ◦ green 65 ◦ blue 27

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

Shades of Deep Fir #14411B

Tints of Deep Fir #14411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.04%

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

R = 17.86%
G = 58.04%
B = 24.11%

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

#14411B (or 0x14411B) is known color: Deep Fir. HEX triplet: 14, 41 and 1B. RGB value is (20,65,27). Sum of RGB (Red+Green+Blue) = 20+65+27=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #14411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411B is #EBBEE4. Grayscale: #2F2F2F. Windows color (decimal): -15449829 or 1786132. OLE color: 1786132.

HSL color Cylindrical-coordinate representation of color #14411B: hue angle of 129.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14411B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 27 -
CMYK 0.69 0 0.58 0.75
HSL 129.33º 0.53% 0.17% -
HSV(B) 129.33º 0.69% 0.25% -
XYZ 2.38 4.01 1.69 -
YUV 47.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 20 65 27 0.69 0 0.58 0.75 129.33 0.53 0.17
Hex 14 41 1B 45 0 3A 4B 81 35 11
Octal 24 101 33 105 0 72 113 201 65 21
Binary 10100 1000001 11011 1000101 0 111010 1001011 10000001 110101 10001

Color Harmonies of #14411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14411B

Black with #14411B

Text Example


Text Example

White with #14411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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