Html Css Color HEX #14431F Deep Fir

📋 copy color: '#14431F'

red 20 ◦ green 67 ◦ blue 31

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

Shades of Deep Fir #14431F

Tints of Deep Fir #14431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.78%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 16.95%
G = 56.78%
B = 26.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#14431F (or 0x14431F) is known color: Deep Fir. HEX triplet: 14, 43 and 1F. RGB value is (20,67,31). Sum of RGB (Red+Green+Blue) = 20+67+31=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #14431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14431F is #EBBCE0. Grayscale: #303030. Windows color (decimal): -15449313 or 2048788. OLE color: 2048788.

HSL color Cylindrical-coordinate representation of color #14431F: hue angle of 134.04º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14431F is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 31 -
CMYK 0.70 0 0.54 0.74
HSL 134.04º 0.54% 0.17% -
HSV(B) 134.04º 0.7% 0.26% -
XYZ 2.54 4.26 1.98 -
YUV 48.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 20 67 31 0.70 0 0.54 0.74 134.04 0.54 0.17
Hex 14 43 1F 46 0 36 4A 86 36 11
Octal 24 103 37 106 0 66 112 206 66 21
Binary 10100 1000011 11111 1000110 0 110110 1001010 10000110 110110 10001

Color Harmonies of #14431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14431F

Black with #14431F

Text Example


Text Example

White with #14431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14431F; }

 p { color: rgb(20,67,31); }

 H1.HeaderClassName
 {
   color: #14431F;
 }
 .AnyTagClassName
 {
   color: #14431F;
 }
</style>

background-color css

<style>
 a { background-color: #14431F; }

 a { background-color: rgb(20,67,31); }

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

border-color css

<style>
 span { border-color: #14431F; }

 span { border-color: rgb(20,67,31); }

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