Html Css Color HEX #14461E Deep Fir

📋 copy color: '#14461E'

red 20 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #14461E

Tints of Deep Fir #14461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.33%

 BLUE value IS 30 (12.11% from 255) = 25%

R = 16.67%
G = 58.33%
B = 25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#14461E (or 0x14461E) is known color: Deep Fir. HEX triplet: 14, 46 and 1E. RGB value is (20,70,30). Sum of RGB (Red+Green+Blue) = 20+70+30=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #14461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461E is #EBB9E1. Grayscale: #323232. Windows color (decimal): -15448546 or 1984020. OLE color: 1984020.

HSL color Cylindrical-coordinate representation of color #14461E: hue angle of 132º 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 #14461E is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 30 -
CMYK 0.71 0 0.57 0.73
HSL 132º 0.56% 0.18% -
HSV(B) 132º 0.71% 0.27% -
XYZ 2.71 4.62 1.98 -
YUV 50.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 20 70 30 0.71 0 0.57 0.73 132 0.56 0.18
Hex 14 46 1E 47 0 39 49 84 38 12
Octal 24 106 36 107 0 71 111 204 70 22
Binary 10100 1000110 11110 1000111 0 111001 1001001 10000100 111000 10010

Color Harmonies of #14461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14461E

Black with #14461E

Text Example


Text Example

White with #14461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14461E;
 }
 .AnyTagClassName
 {
   color: #14461E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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