Html Css Color HEX #14451F Deep Fir

📋 copy color: '#14451F'

red 20 ◦ green 69 ◦ blue 31

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

Shades of Deep Fir #14451F

Tints of Deep Fir #14451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 16.67%
G = 57.5%
B = 25.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#14451F (or 0x14451F) is known color: Deep Fir. HEX triplet: 14, 45 and 1F. RGB value is (20,69,31). Sum of RGB (Red+Green+Blue) = 20+69+31=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #14451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14451F is #EBBAE0. Grayscale: #323232. Windows color (decimal): -15448801 or 2049300. OLE color: 2049300.

HSL color Cylindrical-coordinate representation of color #14451F: hue angle of 133.47º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14451F is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 69 31 -
CMYK 0.71 0 0.55 0.73
HSL 133.47º 0.55% 0.17% -
HSV(B) 133.47º 0.71% 0.27% -
XYZ 2.66 4.5 2.03 -
YUV 50.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 20 69 31 0.71 0 0.55 0.73 133.47 0.55 0.17
Hex 14 45 1F 47 0 37 49 85 37 11
Octal 24 105 37 107 0 67 111 205 67 21
Binary 10100 1000101 11111 1000111 0 110111 1001001 10000101 110111 10001

Color Harmonies of #14451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14451F

Black with #14451F

Text Example


Text Example

White with #14451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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