Html Css Color HEX #14361A Deep Fir

📋 copy color: '#14361A'

red 20 ◦ green 54 ◦ blue 26

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

Shades of Deep Fir #14361A

Tints of Deep Fir #14361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 54%

 BLUE value IS 26 (10.55% from 255) = 26%

R = 20%
G = 54%
B = 26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#14361A (or 0x14361A) is known color: Deep Fir. HEX triplet: 14, 36 and 1A. RGB value is (20,54,26). Sum of RGB (Red+Green+Blue) = 20+54+26=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #14361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14361A is #EBC9E5. Grayscale: #282828. Windows color (decimal): -15452646 or 1717780. OLE color: 1717780.

HSL color Cylindrical-coordinate representation of color #14361A: hue angle of 130.59º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14361A is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 54 26 -
CMYK 0.63 0 0.52 0.79
HSL 130.59º 0.46% 0.15% -
HSV(B) 130.59º 0.63% 0.21% -
XYZ 1.79 2.86 1.44 -
YUV 40.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 20 54 26 0.63 0 0.52 0.79 130.59 0.46 0.15
Hex 14 36 1A 3F 0 34 4F 83 2E F
Octal 24 66 32 77 0 64 117 203 56 17
Binary 10100 110110 11010 111111 0 110100 1001111 10000011 101110 1111

Color Harmonies of #14361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14361A

Black with #14361A

Text Example


Text Example

White with #14361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14361A; }

 p { color: rgb(20,54,26); }

 H1.HeaderClassName
 {
   color: #14361A;
 }
 .AnyTagClassName
 {
   color: #14361A;
 }
</style>

background-color css

<style>
 a { background-color: #14361A; }

 a { background-color: rgb(20,54,26); }

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

border-color css

<style>
 span { border-color: #14361A; }

 span { border-color: rgb(20,54,26); }

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