#14461F

Color #14461F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #14461F

Tints of Deep Fir #14461F

Color information

#14461F (or 0x14461F) is unknown color: approx Deep Fir. HEX triplet: 14, 46 and 1F. RGB value is (20,70,31). Sum of RGB (Red+Green+Blue) = 20+70+31=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #14461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461F is #EBB9E0. Grayscale: #323232. Windows color (decimal): -15448545 or 2049556. OLE color: 2049556.

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

Color convert

RGB207031-
CMYK0.7100.560.73
HSL133.2º55.56%17.65%-
HSV(B)133.2º71.43%27.45%-
XYZ2.734.632.05-
YUV50.6116.94106.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=16.53%
G=57.85%
B=25.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070310.7100.560.73133.255.5617.65
Hex14461F4703849853812
Octal24106371070701112057022
Binary101001000110111111000111011100010010011000010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14461F;
 }
 .AnyTagClassName
 {
   color: #14461F;
 }
</style>
background-color css

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

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

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

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

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

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