Html Css Color HEX #14461C Deep Fir

📋 copy color: '#14461C'

red 20 ◦ green 70 ◦ blue 28

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

Shades of Deep Fir #14461C

Tints of Deep Fir #14461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 16.95%
G = 59.32%
B = 23.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#14461C (or 0x14461C) is known color: Deep Fir. HEX triplet: 14, 46 and 1C. RGB value is (20,70,28). Sum of RGB (Red+Green+Blue) = 20+70+28=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #14461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461C is #EBB9E3. Grayscale: #323232. Windows color (decimal): -15448548 or 1852948. OLE color: 1852948.

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

Color convert

RGB 20 70 28 -
CMYK 0.71 0 0.60 0.73
HSL 129.6º 0.56% 0.18% -
HSV(B) 129.6º 0.71% 0.27% -
XYZ 2.69 4.61 1.85 -
YUV 50.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 20 70 28 0.71 0 0.60 0.73 129.6 0.56 0.18
Hex 14 46 1C 47 0 3C 49 82 38 12
Octal 24 106 34 107 0 74 111 202 70 22
Binary 10100 1000110 11100 1000111 0 111100 1001001 10000010 111000 10010

Color Harmonies of #14461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14461C

Black with #14461C

Text Example


Text Example

White with #14461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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